Html Css Color HEX #B0D955 Conifer

📋 copy color: '#B0D955'

red 176 ◦ green 217 ◦ blue 85

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

Shades of Conifer #B0D955

Tints of Conifer #B0D955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.4%

 BLUE value IS 85 (33.59% from 255) = 17.78%

R = 36.82%
G = 45.4%
B = 17.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#B0D955 (or 0xB0D955) is known color: Conifer. HEX triplet: B0, D9 and 55. RGB value is (176,217,85). Sum of RGB (Red+Green+Blue) = 176+217+85=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D955 is #4F26AA. Grayscale: #BEBEBE. Windows color (decimal): -5187243 or 5626288. OLE color: 5626288.

HSL color Cylindrical-coordinate representation of color #B0D955: hue angle of 78.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0D955 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 85 -
CMYK 0.19 0 0.61 0.15
HSL 78.64º 0.63% 0.59% -
HSV(B) 78.64º 0.61% 0.85% -
XYZ 44.36 59.51 17.74 -
YUV 189.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 176 217 85 0.19 0 0.61 0.15 78.64 0.63 0.59
Hex B0 D9 55 13 0 3D F 4F 3F 3B
Octal 260 331 125 23 0 75 17 117 77 73
Binary 10110000 11011001 1010101 10011 0 111101 1111 1001111 111111 111011

Color Harmonies of #B0D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D955

Black with #B0D955

Text Example


Text Example

White with #B0D955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D955; }

 p { color: rgb(176,217,85); }

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

background-color css

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

 a { background-color: rgb(176,217,85); }

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

border-color css

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

 span { border-color: rgb(176,217,85); }

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