Html Css Color HEX #B6D552 Conifer

📋 copy color: '#B6D552'

red 182 ◦ green 213 ◦ blue 82

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

Shades of Conifer #B6D552

Tints of Conifer #B6D552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.65%

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

R = 38.16%
G = 44.65%
B = 17.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#B6D552 (or 0xB6D552) is known color: Conifer. HEX triplet: B6, D5 and 52. RGB value is (182,213,82). Sum of RGB (Red+Green+Blue) = 182+213+82=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D552 is #492AAD. Grayscale: #BDBDBD. Windows color (decimal): -4795054 or 5428662. OLE color: 5428662.

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

Color convert

RGB 182 213 82 -
CMYK 0.15 0 0.62 0.16
HSL 74.2º 0.61% 0.58% -
HSV(B) 74.2º 0.62% 0.84% -
XYZ 44.61 58.14 16.85 -
YUV 188.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 182 213 82 0.15 0 0.62 0.16 74.2 0.61 0.58
Hex B6 D5 52 F 0 3E 10 4A 3D 3A
Octal 266 325 122 17 0 76 20 112 75 72
Binary 10110110 11010101 1010010 1111 0 111110 10000 1001010 111101 111010

Color Harmonies of #B6D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D552

Black with #B6D552

Text Example


Text Example

White with #B6D552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D552; }

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

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

background-color css

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

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

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

border-color css

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

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

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