Html Css Color HEX #B9D75A Conifer

📋 copy color: '#B9D75A'

red 185 ◦ green 215 ◦ blue 90

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

Shades of Conifer #B9D75A

Tints of Conifer #B9D75A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.88%

 BLUE value IS 90 (35.55% from 255) = 18.37%

R = 37.76%
G = 43.88%
B = 18.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#B9D75A (or 0xB9D75A) is known color: Conifer. HEX triplet: B9, D7 and 5A. RGB value is (185,215,90). Sum of RGB (Red+Green+Blue) = 185+215+90=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D75A is #4628A5. Grayscale: #C0C0C0. Windows color (decimal): -4597926 or 5953465. OLE color: 5953465.

HSL color Cylindrical-coordinate representation of color #B9D75A: hue angle of 74.4º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9D75A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 215 90 -
CMYK 0.14 0 0.58 0.16
HSL 74.4º 0.61% 0.6% -
HSV(B) 74.4º 0.58% 0.84% -
XYZ 46.15 59.65 18.75 -
YUV 191.78 70.56 123.16 -
System Red Green Blue C M Y K H S L
Decimal 185 215 90 0.14 0 0.58 0.16 74.4 0.61 0.6
Hex B9 D7 5A E 0 3A 10 4A 3D 3C
Octal 271 327 132 16 0 72 20 112 75 74
Binary 10111001 11010111 1011010 1110 0 111010 10000 1001010 111101 111100

Color Harmonies of #B9D75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D75A

Black with #B9D75A

Text Example


Text Example

White with #B9D75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D75A; }

 p { color: rgb(185,215,90); }

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

background-color css

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

 a { background-color: rgb(185,215,90); }

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

border-color css

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

 span { border-color: rgb(185,215,90); }

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