Html Css Color HEX #B2D246 Conifer

📋 copy color: '#B2D246'

red 178 ◦ green 210 ◦ blue 70

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

Shades of Conifer #B2D246

Tints of Conifer #B2D246

RGB

 RED value IS 178 (69.92% from 255) = 38.86%

 GREEN value IS 210 (82.42% from 255) = 45.85%

 BLUE value IS 70 (27.73% from 255) = 15.28%

R = 38.86%
G = 45.85%
B = 15.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#B2D246 (or 0xB2D246) is known color: Conifer. HEX triplet: B2, D2 and 46. RGB value is (178,210,70). Sum of RGB (Red+Green+Blue) = 178+210+70=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D246 is #4D2DB9. Grayscale: #B8B8B8. Windows color (decimal): -5057978 or 4641458. OLE color: 4641458.

HSL color Cylindrical-coordinate representation of color #B2D246: hue angle of 73.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2D246 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 70 -
CMYK 0.15 0 0.67 0.18
HSL 73.71º 0.61% 0.55% -
HSV(B) 73.71º 0.67% 0.82% -
XYZ 42.51 56 14.36 -
YUV 184.47 63.4 123.38 -
System Red Green Blue C M Y K H S L
Decimal 178 210 70 0.15 0 0.67 0.18 73.71 0.61 0.55
Hex B2 D2 46 F 0 43 12 4A 3D 37
Octal 262 322 106 17 0 103 22 112 75 67
Binary 10110010 11010010 1000110 1111 0 1000011 10010 1001010 111101 110111

Color Harmonies of #B2D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D246

Black with #B2D246

Text Example


Text Example

White with #B2D246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D246; }

 p { color: rgb(178,210,70); }

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

background-color css

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

 a { background-color: rgb(178,210,70); }

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

border-color css

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

 span { border-color: rgb(178,210,70); }

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