Html Css Color HEX #B9D852 Conifer

📋 copy color: '#B9D852'

red 185 ◦ green 216 ◦ blue 82

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

Shades of Conifer #B9D852

Tints of Conifer #B9D852

RGB

 RED value IS 185 (72.66% from 255) = 38.3%

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

 BLUE value IS 82 (32.42% from 255) = 16.98%

R = 38.3%
G = 44.72%
B = 16.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#B9D852 (or 0xB9D852) is known color: Conifer. HEX triplet: B9, D8 and 52. RGB value is (185,216,82). Sum of RGB (Red+Green+Blue) = 185+216+82=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D852 is #4627AD. Grayscale: #BFBFBF. Windows color (decimal): -4597678 or 5429433. OLE color: 5429433.

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

Color convert

RGB 185 216 82 -
CMYK 0.14 0 0.62 0.15
HSL 73.88º 0.63% 0.58% -
HSV(B) 73.88º 0.62% 0.85% -
XYZ 46.09 60.04 17.14 -
YUV 191.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 185 216 82 0.14 0 0.62 0.15 73.88 0.63 0.58
Hex B9 D8 52 E 0 3E F 4A 3F 3A
Octal 271 330 122 16 0 76 17 112 77 72
Binary 10111001 11011000 1010010 1110 0 111110 1111 1001010 111111 111010

Color Harmonies of #B9D852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D852

Black with #B9D852

Text Example


Text Example

White with #B9D852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D852; }

 p { color: rgb(185,216,82); }

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

background-color css

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

 a { background-color: rgb(185,216,82); }

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

border-color css

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

 span { border-color: rgb(185,216,82); }

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