Html Css Color HEX #BBDC49 Conifer

📋 copy color: '#BBDC49'

red 187 ◦ green 220 ◦ blue 73

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

Shades of Conifer #BBDC49

Tints of Conifer #BBDC49

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

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

R = 38.96%
G = 45.83%
B = 15.21%

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

#BBDC49 (or 0xBBDC49) is known color: Conifer. HEX triplet: BB, DC and 49. RGB value is (187,220,73). Sum of RGB (Red+Green+Blue) = 187+220+73=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC49 is #4423B6. Grayscale: #C1C1C1. Windows color (decimal): -4465591 or 4840635. OLE color: 4840635.

HSL color Cylindrical-coordinate representation of color #BBDC49: hue angle of 73.47º degrees, saturation: 0.68, 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 #BBDC49 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 73 -
CMYK 0.15 0 0.67 0.14
HSL 73.47º 0.68% 0.57% -
HSV(B) 73.47º 0.67% 0.86% -
XYZ 47.29 62.23 15.82 -
YUV 193.38 60.07 123.45 -
System Red Green Blue C M Y K H S L
Decimal 187 220 73 0.15 0 0.67 0.14 73.47 0.68 0.57
Hex BB DC 49 F 0 43 E 49 44 39
Octal 273 334 111 17 0 103 16 111 104 71
Binary 10111011 11011100 1001001 1111 0 1000011 1110 1001001 1000100 111001

Color Harmonies of #BBDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC49

Black with #BBDC49

Text Example


Text Example

White with #BBDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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