Html Css Color HEX #BBDB48 Conifer

📋 copy color: '#BBDB48'

red 187 ◦ green 219 ◦ blue 72

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

Shades of Conifer #BBDB48

Tints of Conifer #BBDB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.06%

R = 39.12%
G = 45.82%
B = 15.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#BBDB48 (or 0xBBDB48) is known color: Conifer. HEX triplet: BB, DB and 48. RGB value is (187,219,72). Sum of RGB (Red+Green+Blue) = 187+219+72=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB48 is #4424B7. Grayscale: #C1C1C1. Windows color (decimal): -4465848 or 4774843. OLE color: 4774843.

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

Color convert

RGB 187 219 72 -
CMYK 0.15 0 0.67 0.14
HSL 73.06º 0.67% 0.57% -
HSV(B) 73.06º 0.67% 0.86% -
XYZ 46.99 61.7 15.56 -
YUV 192.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 187 219 72 0.15 0 0.67 0.14 73.06 0.67 0.57
Hex BB DB 48 F 0 43 E 49 43 39
Octal 273 333 110 17 0 103 16 111 103 71
Binary 10111011 11011011 1001000 1111 0 1000011 1110 1001001 1000011 111001

Color Harmonies of #BBDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB48

Black with #BBDB48

Text Example


Text Example

White with #BBDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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