Html Css Color HEX #BBDA4E Conifer

📋 copy color: '#BBDA4E'

red 187 ◦ green 218 ◦ blue 78

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

Shades of Conifer #BBDA4E

Tints of Conifer #BBDA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.15%

R = 38.72%
G = 45.13%
B = 16.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#BBDA4E (or 0xBBDA4E) is known color: Conifer. HEX triplet: BB, DA and 4E. RGB value is (187,218,78). Sum of RGB (Red+Green+Blue) = 187+218+78=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA4E is #4425B1. Grayscale: #C1C1C1. Windows color (decimal): -4466098 or 5167803. OLE color: 5167803.

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

Color convert

RGB 187 218 78 -
CMYK 0.14 0 0.64 0.15
HSL 73.29º 0.65% 0.58% -
HSV(B) 73.29º 0.64% 0.85% -
XYZ 46.94 61.26 16.56 -
YUV 192.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 187 218 78 0.14 0 0.64 0.15 73.29 0.65 0.58
Hex BB DA 4E E 0 40 F 49 41 3A
Octal 273 332 116 16 0 100 17 111 101 72
Binary 10111011 11011010 1001110 1110 0 1000000 1111 1001001 1000001 111010

Color Harmonies of #BBDA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA4E

Black with #BBDA4E

Text Example


Text Example

White with #BBDA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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