Html Css Color HEX #BBDB53 Conifer

📋 copy color: '#BBDB53'

red 187 ◦ green 219 ◦ blue 83

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

Shades of Conifer #BBDB53

Tints of Conifer #BBDB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.97%

R = 38.24%
G = 44.79%
B = 16.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#BBDB53 (or 0xBBDB53) is known color: Conifer. HEX triplet: BB, DB and 53. RGB value is (187,219,83). Sum of RGB (Red+Green+Blue) = 187+219+83=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB53 is #4424AC. Grayscale: #C2C2C2. Windows color (decimal): -4465837 or 5495739. OLE color: 5495739.

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

Color convert

RGB 187 219 83 -
CMYK 0.15 0 0.62 0.14
HSL 74.12º 0.65% 0.59% -
HSV(B) 74.12º 0.62% 0.86% -
XYZ 47.39 61.85 17.62 -
YUV 193.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 187 219 83 0.15 0 0.62 0.14 74.12 0.65 0.59
Hex BB DB 53 F 0 3E E 4A 41 3B
Octal 273 333 123 17 0 76 16 112 101 73
Binary 10111011 11011011 1010011 1111 0 111110 1110 1001010 1000001 111011

Color Harmonies of #BBDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB53

Black with #BBDB53

Text Example


Text Example

White with #BBDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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