Html Css Color HEX #B0D253 Conifer

📋 copy color: '#B0D253'

red 176 ◦ green 210 ◦ blue 83

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

Shades of Conifer #B0D253

Tints of Conifer #B0D253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.7%

R = 37.53%
G = 44.78%
B = 17.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#B0D253 (or 0xB0D253) is known color: Conifer. HEX triplet: B0, D2 and 53. RGB value is (176,210,83). Sum of RGB (Red+Green+Blue) = 176+210+83=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D253 is #4F2DAC. Grayscale: #B9B9B9. Windows color (decimal): -5189037 or 5493424. OLE color: 5493424.

HSL color Cylindrical-coordinate representation of color #B0D253: hue angle of 76.06º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0D253 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 83 -
CMYK 0.16 0 0.60 0.18
HSL 76.06º 0.59% 0.57% -
HSV(B) 76.06º 0.6% 0.82% -
XYZ 42.51 55.95 16.74 -
YUV 185.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 176 210 83 0.16 0 0.60 0.18 76.06 0.59 0.57
Hex B0 D2 53 10 0 3C 12 4C 3B 39
Octal 260 322 123 20 0 74 22 114 73 71
Binary 10110000 11010010 1010011 10000 0 111100 10010 1001100 111011 111001

Color Harmonies of #B0D253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D253

Black with #B0D253

Text Example


Text Example

White with #B0D253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D253; }

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

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

background-color css

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

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

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

border-color css

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

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

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