Html Css Color HEX #BBDB52 Conifer

📋 copy color: '#BBDB52'

red 187 ◦ green 219 ◦ blue 82

#BBDB52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BBDB52

Tints of Conifer #BBDB52

RGB

 RED value IS 187 (73.44% from 255) = 38.32%

 GREEN value IS 219 (85.94% from 255) = 44.88%

 BLUE value IS 82 (32.42% from 255) = 16.8%

R = 38.32%
G = 44.88%
B = 16.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBDB52 (or 0xBBDB52) is known color: Conifer. HEX triplet: BB, DB and 52. RGB value is (187,219,82). Sum of RGB (Red+Green+Blue) = 187+219+82=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB52 is #4424AD. Grayscale: #C2C2C2. Windows color (decimal): -4465838 or 5430203. OLE color: 5430203.

HSL color Cylindrical-coordinate representation of color #BBDB52: hue angle of 74.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBDB52 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 82 -
CMYK 0.15 0 0.63 0.14
HSL 74.01º 0.66% 0.59% -
HSV(B) 74.01º 0.63% 0.86% -
XYZ 47.35 61.84 17.42 -
YUV 193.81 64.9 123.14 -
System Red Green Blue C M Y K H S L
Decimal 187 219 82 0.15 0 0.63 0.14 74.01 0.66 0.59
Hex BB DB 52 F 0 3F E 4A 42 3B
Octal 273 333 122 17 0 77 16 112 102 73
Binary 10111011 11011011 1010010 1111 0 111111 1110 1001010 1000010 111011

Color Harmonies of #BBDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB52

Black with #BBDB52

Text Example


Text Example

White with #BBDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB52; }

 p { color: rgb(187,219,82); }

 H1.HeaderClassName
 {
   color: #BBDB52;
 }
 .AnyTagClassName
 {
   color: #BBDB52;
 }
</style>

background-color css

<style>
 a { background-color: #BBDB52; }

 a { background-color: rgb(187,219,82); }

 div.DivClassName
 {
   background-color: #BBDB52;
 }
 .BgClassName
 {
   background-color: #BBDB52;
 }
</style>

border-color css

<style>
 span { border-color: #BBDB52; }

 span { border-color: rgb(187,219,82); }

 td.TdClassName
 {
   border-color: #BBDB52;
 }
 .TagClassName
 {
   border-color: #BBDB52;
 }
</style>