Html Css Color HEX #B6D652 Conifer

📋 copy color: '#B6D652'

red 182 ◦ green 214 ◦ blue 82

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

Shades of Conifer #B6D652

Tints of Conifer #B6D652

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.77%

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

R = 38.08%
G = 44.77%
B = 17.15%

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

#B6D652 (or 0xB6D652) is known color: Conifer. HEX triplet: B6, D6 and 52. RGB value is (182,214,82). Sum of RGB (Red+Green+Blue) = 182+214+82=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D652 is #4929AD. Grayscale: #BDBDBD. Windows color (decimal): -4794798 or 5428918. OLE color: 5428918.

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

Color convert

RGB 182 214 82 -
CMYK 0.15 0 0.62 0.16
HSL 74.55º 0.62% 0.58% -
HSV(B) 74.55º 0.62% 0.84% -
XYZ 44.86 58.65 16.94 -
YUV 189.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 182 214 82 0.15 0 0.62 0.16 74.55 0.62 0.58
Hex B6 D6 52 F 0 3E 10 4B 3E 3A
Octal 266 326 122 17 0 76 20 113 76 72
Binary 10110110 11010110 1010010 1111 0 111110 10000 1001011 111110 111010

Color Harmonies of #B6D652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D652

Black with #B6D652

Text Example


Text Example

White with #B6D652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D652; }

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

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

background-color css

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

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

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

border-color css

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

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

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