Html Css Color HEX #B4D955 Conifer

📋 copy color: '#B4D955'

red 180 ◦ green 217 ◦ blue 85

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

Shades of Conifer #B4D955

Tints of Conifer #B4D955

RGB

 RED value IS 180 (70.7% from 255) = 37.34%

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

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

R = 37.34%
G = 45.02%
B = 17.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#B4D955 (or 0xB4D955) is known color: Conifer. HEX triplet: B4, D9 and 55. RGB value is (180,217,85). Sum of RGB (Red+Green+Blue) = 180+217+85=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D955 is #4B26AA. Grayscale: #BFBFBF. Windows color (decimal): -4925099 or 5626292. OLE color: 5626292.

HSL color Cylindrical-coordinate representation of color #B4D955: hue angle of 76.82º 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 #B4D955 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 217 85 -
CMYK 0.17 0 0.61 0.15
HSL 76.82º 0.63% 0.59% -
HSV(B) 76.82º 0.61% 0.85% -
XYZ 45.27 59.98 17.79 -
YUV 190.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 180 217 85 0.17 0 0.61 0.15 76.82 0.63 0.59
Hex B4 D9 55 11 0 3D F 4D 3F 3B
Octal 264 331 125 21 0 75 17 115 77 73
Binary 10110100 11011001 1010101 10001 0 111101 1111 1001101 111111 111011

Color Harmonies of #B4D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D955

Black with #B4D955

Text Example


Text Example

White with #B4D955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D955; }

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

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

background-color css

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

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

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

border-color css

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

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

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