Html Css Color HEX #BBDA49 Conifer

📋 copy color: '#BBDA49'

red 187 ◦ green 218 ◦ blue 73

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

Shades of Conifer #BBDA49

Tints of Conifer #BBDA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 73 (28.91% from 255) = 15.27%

R = 39.12%
G = 45.61%
B = 15.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BBDA49 (or 0xBBDA49) is known color: Conifer. HEX triplet: BB, DA and 49. RGB value is (187,218,73). Sum of RGB (Red+Green+Blue) = 187+218+73=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA49 is #4425B6. Grayscale: #C0C0C0. Windows color (decimal): -4466103 or 4840123. OLE color: 4840123.

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

Color convert

RGB 187 218 73 -
CMYK 0.14 0 0.67 0.15
HSL 72.83º 0.66% 0.57% -
HSV(B) 72.83º 0.67% 0.85% -
XYZ 46.77 61.19 15.65 -
YUV 192.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 187 218 73 0.14 0 0.67 0.15 72.83 0.66 0.57
Hex BB DA 49 E 0 43 F 49 42 39
Octal 273 332 111 16 0 103 17 111 102 71
Binary 10111011 11011010 1001001 1110 0 1000011 1111 1001001 1000010 111001

Color Harmonies of #BBDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA49

Black with #BBDA49

Text Example


Text Example

White with #BBDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA49; }

 p { color: rgb(187,218,73); }

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

background-color css

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

 a { background-color: rgb(187,218,73); }

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

border-color css

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

 span { border-color: rgb(187,218,73); }

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