Html Css Color HEX #B0D260 Conifer

📋 copy color: '#B0D260'

red 176 ◦ green 210 ◦ blue 96

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

Shades of Conifer #B0D260

Tints of Conifer #B0D260

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

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

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

R = 36.51%
G = 43.57%
B = 19.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#B0D260 (or 0xB0D260) is known color: Conifer. HEX triplet: B0, D2 and 60. RGB value is (176,210,96). Sum of RGB (Red+Green+Blue) = 176+210+96=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D260 is #4F2D9F. Grayscale: #BBBBBB. Windows color (decimal): -5189024 or 6345392. OLE color: 6345392.

HSL color Cylindrical-coordinate representation of color #B0D260: hue angle of 77.89º 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 #B0D260 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 96 -
CMYK 0.16 0 0.54 0.18
HSL 77.89º 0.56% 0.6% -
HSV(B) 77.89º 0.54% 0.82% -
XYZ 43.06 56.17 19.64 -
YUV 186.84 76.74 120.27 -
System Red Green Blue C M Y K H S L
Decimal 176 210 96 0.16 0 0.54 0.18 77.89 0.56 0.6
Hex B0 D2 60 10 0 36 12 4E 38 3C
Octal 260 322 140 20 0 66 22 116 70 74
Binary 10110000 11010010 1100000 10000 0 110110 10010 1001110 111000 111100

Color Harmonies of #B0D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D260

Black with #B0D260

Text Example


Text Example

White with #B0D260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D260; }

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

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

background-color css

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

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

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

border-color css

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

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

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