Html Css Color HEX #B2D846 Conifer

📋 copy color: '#B2D846'

red 178 ◦ green 216 ◦ blue 70

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

Shades of Conifer #B2D846

Tints of Conifer #B2D846

RGB

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

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

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

R = 38.36%
G = 46.55%
B = 15.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#B2D846 (or 0xB2D846) is known color: Conifer. HEX triplet: B2, D8 and 46. RGB value is (178,216,70). Sum of RGB (Red+Green+Blue) = 178+216+70=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D846 is #4D27B9. Grayscale: #BCBCBC. Windows color (decimal): -5056442 or 4642994. OLE color: 4642994.

HSL color Cylindrical-coordinate representation of color #B2D846: hue angle of 75.62º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2D846 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 70 -
CMYK 0.18 0 0.68 0.15
HSL 75.62º 0.65% 0.56% -
HSV(B) 75.62º 0.68% 0.85% -
XYZ 44.02 59.02 14.87 -
YUV 187.99 61.41 120.87 -
System Red Green Blue C M Y K H S L
Decimal 178 216 70 0.18 0 0.68 0.15 75.62 0.65 0.56
Hex B2 D8 46 12 0 44 F 4C 41 38
Octal 262 330 106 22 0 104 17 114 101 70
Binary 10110010 11011000 1000110 10010 0 1000100 1111 1001100 1000001 111000

Color Harmonies of #B2D846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D846

Black with #B2D846

Text Example


Text Example

White with #B2D846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D846; }

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

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

background-color css

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

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

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

border-color css

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

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

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