Html Css Color HEX #BBDA4C Conifer

📋 copy color: '#BBDA4C'

red 187 ◦ green 218 ◦ blue 76

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

Shades of Conifer #BBDA4C

Tints of Conifer #BBDA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.8%

R = 38.88%
G = 45.32%
B = 15.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BBDA4C (or 0xBBDA4C) is known color: Conifer. HEX triplet: BB, DA and 4C. RGB value is (187,218,76). Sum of RGB (Red+Green+Blue) = 187+218+76=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA4C is #4425B3. Grayscale: #C1C1C1. Windows color (decimal): -4466100 or 5036731. OLE color: 5036731.

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

Color convert

RGB 187 218 76 -
CMYK 0.14 0 0.65 0.15
HSL 73.1º 0.66% 0.58% -
HSV(B) 73.1º 0.65% 0.85% -
XYZ 46.87 61.23 16.19 -
YUV 192.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 187 218 76 0.14 0 0.65 0.15 73.1 0.66 0.58
Hex BB DA 4C E 0 41 F 49 42 3A
Octal 273 332 114 16 0 101 17 111 102 72
Binary 10111011 11011010 1001100 1110 0 1000001 1111 1001001 1000010 111010

Color Harmonies of #BBDA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA4C

Black with #BBDA4C

Text Example


Text Example

White with #BBDA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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