Html Css Color HEX #BBDA4D Conifer

📋 copy color: '#BBDA4D'

red 187 ◦ green 218 ◦ blue 77

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

Shades of Conifer #BBDA4D

Tints of Conifer #BBDA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.98%

R = 38.8%
G = 45.23%
B = 15.98%

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

#BBDA4D (or 0xBBDA4D) is known color: Conifer. HEX triplet: BB, DA and 4D. RGB value is (187,218,77). Sum of RGB (Red+Green+Blue) = 187+218+77=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA4D is #4425B2. Grayscale: #C1C1C1. Windows color (decimal): -4466099 or 5102267. OLE color: 5102267.

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

Color convert

RGB 187 218 77 -
CMYK 0.14 0 0.65 0.15
HSL 73.19º 0.66% 0.58% -
HSV(B) 73.19º 0.65% 0.85% -
XYZ 46.9 61.24 16.37 -
YUV 192.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 187 218 77 0.14 0 0.65 0.15 73.19 0.66 0.58
Hex BB DA 4D E 0 41 F 49 42 3A
Octal 273 332 115 16 0 101 17 111 102 72
Binary 10111011 11011010 1001101 1110 0 1000001 1111 1001001 1000010 111010

Color Harmonies of #BBDA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA4D

Black with #BBDA4D

Text Example


Text Example

White with #BBDA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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