Html Css Color HEX #BBD85A Conifer

📋 copy color: '#BBD85A'

red 187 ◦ green 216 ◦ blue 90

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

Shades of Conifer #BBD85A

Tints of Conifer #BBD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.81%

 BLUE value IS 90 (35.55% from 255) = 18.26%

R = 37.93%
G = 43.81%
B = 18.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#BBD85A (or 0xBBD85A) is known color: Conifer. HEX triplet: BB, D8 and 5A. RGB value is (187,216,90). Sum of RGB (Red+Green+Blue) = 187+216+90=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD85A is #4427A5. Grayscale: #C1C1C1. Windows color (decimal): -4466598 or 5953723. OLE color: 5953723.

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

Color convert

RGB 187 216 90 -
CMYK 0.13 0 0.58 0.15
HSL 73.81º 0.62% 0.6% -
HSV(B) 73.81º 0.58% 0.85% -
XYZ 46.89 60.41 18.86 -
YUV 192.97 69.89 123.75 -
System Red Green Blue C M Y K H S L
Decimal 187 216 90 0.13 0 0.58 0.15 73.81 0.62 0.6
Hex BB D8 5A D 0 3A F 4A 3E 3C
Octal 273 330 132 15 0 72 17 112 76 74
Binary 10111011 11011000 1011010 1101 0 111010 1111 1001010 111110 111100

Color Harmonies of #BBD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD85A

Black with #BBD85A

Text Example


Text Example

White with #BBD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD85A; }

 p { color: rgb(187,216,90); }

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

background-color css

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

 a { background-color: rgb(187,216,90); }

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

border-color css

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

 span { border-color: rgb(187,216,90); }

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