Html Css Color HEX #B2D260 Conifer

📋 copy color: '#B2D260'

red 178 ◦ green 210 ◦ blue 96

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

Shades of Conifer #B2D260

Tints of Conifer #B2D260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.83%

R = 36.78%
G = 43.39%
B = 19.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#B2D260 (or 0xB2D260) is known color: Conifer. HEX triplet: B2, D2 and 60. RGB value is (178,210,96). Sum of RGB (Red+Green+Blue) = 178+210+96=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D260 is #4D2D9F. Grayscale: #BBBBBB. Windows color (decimal): -5057952 or 6345394. OLE color: 6345394.

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

Color convert

RGB 178 210 96 -
CMYK 0.15 0 0.54 0.18
HSL 76.84º 0.56% 0.6% -
HSV(B) 76.84º 0.54% 0.82% -
XYZ 43.52 56.4 19.66 -
YUV 187.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 178 210 96 0.15 0 0.54 0.18 76.84 0.56 0.6
Hex B2 D2 60 F 0 36 12 4D 38 3C
Octal 262 322 140 17 0 66 22 115 70 74
Binary 10110010 11010010 1100000 1111 0 110110 10010 1001101 111000 111100

Color Harmonies of #B2D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D260

Black with #B2D260

Text Example


Text Example

White with #B2D260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D260; }

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

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

background-color css

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

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

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

border-color css

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

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

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