Html Css Color HEX #BBDC5A Conifer

📋 copy color: '#BBDC5A'

red 187 ◦ green 220 ◦ blue 90

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

Shades of Conifer #BBDC5A

Tints of Conifer #BBDC5A

RGB

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

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

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

R = 37.63%
G = 44.27%
B = 18.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#BBDC5A (or 0xBBDC5A) is known color: Conifer. HEX triplet: BB, DC and 5A. RGB value is (187,220,90). Sum of RGB (Red+Green+Blue) = 187+220+90=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC5A is #4423A5. Grayscale: #C3C3C3. Windows color (decimal): -4465574 or 5954747. OLE color: 5954747.

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

Color convert

RGB 187 220 90 -
CMYK 0.15 0 0.59 0.14
HSL 75.23º 0.65% 0.61% -
HSV(B) 75.23º 0.59% 0.86% -
XYZ 47.93 62.49 19.21 -
YUV 195.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 187 220 90 0.15 0 0.59 0.14 75.23 0.65 0.61
Hex BB DC 5A F 0 3B E 4B 41 3D
Octal 273 334 132 17 0 73 16 113 101 75
Binary 10111011 11011100 1011010 1111 0 111011 1110 1001011 1000001 111101

Color Harmonies of #BBDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC5A

Black with #BBDC5A

Text Example


Text Example

White with #BBDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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