Html Css Color HEX #B6D852 Conifer

📋 copy color: '#B6D852'

red 182 ◦ green 216 ◦ blue 82

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

Shades of Conifer #B6D852

Tints of Conifer #B6D852

RGB

 RED value IS 182 (71.48% from 255) = 37.92%

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

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

R = 37.92%
G = 45%
B = 17.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#B6D852 (or 0xB6D852) is known color: Conifer. HEX triplet: B6, D8 and 52. RGB value is (182,216,82). Sum of RGB (Red+Green+Blue) = 182+216+82=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D852 is #4927AD. Grayscale: #BFBFBF. Windows color (decimal): -4794286 or 5429430. OLE color: 5429430.

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

Color convert

RGB 182 216 82 -
CMYK 0.16 0 0.62 0.15
HSL 75.22º 0.63% 0.58% -
HSV(B) 75.22º 0.62% 0.85% -
XYZ 45.37 59.67 17.11 -
YUV 190.56 66.74 121.9 -
System Red Green Blue C M Y K H S L
Decimal 182 216 82 0.16 0 0.62 0.15 75.22 0.63 0.58
Hex B6 D8 52 10 0 3E F 4B 3F 3A
Octal 266 330 122 20 0 76 17 113 77 72
Binary 10110110 11011000 1010010 10000 0 111110 1111 1001011 111111 111010

Color Harmonies of #B6D852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D852

Black with #B6D852

Text Example


Text Example

White with #B6D852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D852; }

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

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

background-color css

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

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

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

border-color css

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

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

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