Html Css Color HEX #B8D960 Conifer

📋 copy color: '#B8D960'

red 184 ◦ green 217 ◦ blue 96

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

Shades of Conifer #B8D960

Tints of Conifer #B8D960

RGB

 RED value IS 184 (72.27% from 255) = 37.02%

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

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

R = 37.02%
G = 43.66%
B = 19.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#B8D960 (or 0xB8D960) is known color: Conifer. HEX triplet: B8, D9 and 60. RGB value is (184,217,96). Sum of RGB (Red+Green+Blue) = 184+217+96=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D960 is #47269F. Grayscale: #C1C1C1. Windows color (decimal): -4662944 or 6347192. OLE color: 6347192.

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

Color convert

RGB 184 217 96 -
CMYK 0.15 0 0.56 0.15
HSL 76.36º 0.61% 0.61% -
HSV(B) 76.36º 0.56% 0.85% -
XYZ 46.69 60.66 20.31 -
YUV 193.34 73.07 121.34 -
System Red Green Blue C M Y K H S L
Decimal 184 217 96 0.15 0 0.56 0.15 76.36 0.61 0.61
Hex B8 D9 60 F 0 38 F 4C 3D 3D
Octal 270 331 140 17 0 70 17 114 75 75
Binary 10111000 11011001 1100000 1111 0 111000 1111 1001100 111101 111101

Color Harmonies of #B8D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D960

Black with #B8D960

Text Example


Text Example

White with #B8D960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D960; }

 p { color: rgb(184,217,96); }

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

background-color css

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

 a { background-color: rgb(184,217,96); }

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

border-color css

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

 span { border-color: rgb(184,217,96); }

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