Html Css Color HEX #B9D961 Conifer

📋 copy color: '#B9D961'

red 185 ◦ green 217 ◦ blue 97

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

Shades of Conifer #B9D961

Tints of Conifer #B9D961

RGB

 RED value IS 185 (72.66% from 255) = 37.07%

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

 BLUE value IS 97 (38.28% from 255) = 19.44%

R = 37.07%
G = 43.49%
B = 19.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#B9D961 (or 0xB9D961) is known color: Conifer. HEX triplet: B9, D9 and 61. RGB value is (185,217,97). Sum of RGB (Red+Green+Blue) = 185+217+97=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D961 is #46269E. Grayscale: #C2C2C2. Windows color (decimal): -4597407 or 6412729. OLE color: 6412729.

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

Color convert

RGB 185 217 97 -
CMYK 0.15 0 0.55 0.15
HSL 76º 0.61% 0.62% -
HSV(B) 76º 0.55% 0.85% -
XYZ 46.98 60.8 20.57 -
YUV 193.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 185 217 97 0.15 0 0.55 0.15 76 0.61 0.62
Hex B9 D9 61 F 0 37 F 4C 3D 3E
Octal 271 331 141 17 0 67 17 114 75 76
Binary 10111001 11011001 1100001 1111 0 110111 1111 1001100 111101 111110

Color Harmonies of #B9D961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D961

Black with #B9D961

Text Example


Text Example

White with #B9D961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D961; }

 p { color: rgb(185,217,97); }

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

background-color css

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

 a { background-color: rgb(185,217,97); }

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

border-color css

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

 span { border-color: rgb(185,217,97); }

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