Html Css Color HEX #B0D263 Conifer

📋 copy color: '#B0D263'

red 176 ◦ green 210 ◦ blue 99

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

Shades of Conifer #B0D263

Tints of Conifer #B0D263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.41%

R = 36.29%
G = 43.3%
B = 20.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#B0D263 (or 0xB0D263) is known color: Conifer. HEX triplet: B0, D2 and 63. RGB value is (176,210,99). Sum of RGB (Red+Green+Blue) = 176+210+99=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D263 is #4F2D9C. Grayscale: #BBBBBB. Windows color (decimal): -5189021 or 6542000. OLE color: 6542000.

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

Color convert

RGB 176 210 99 -
CMYK 0.16 0 0.53 0.18
HSL 78.38º 0.55% 0.61% -
HSV(B) 78.38º 0.53% 0.82% -
XYZ 43.2 56.22 20.38 -
YUV 187.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 176 210 99 0.16 0 0.53 0.18 78.38 0.55 0.61
Hex B0 D2 63 10 0 35 12 4E 37 3D
Octal 260 322 143 20 0 65 22 116 67 75
Binary 10110000 11010010 1100011 10000 0 110101 10010 1001110 110111 111101

Color Harmonies of #B0D263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D263

Black with #B0D263

Text Example


Text Example

White with #B0D263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D263; }

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

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

background-color css

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

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

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

border-color css

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

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

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