Html Css Color HEX #B9D345 Conifer

📋 copy color: '#B9D345'

red 185 ◦ green 211 ◦ blue 69

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

Shades of Conifer #B9D345

Tints of Conifer #B9D345

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.38%

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 39.78%
G = 45.38%
B = 14.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#B9D345 (or 0xB9D345) is known color: Conifer. HEX triplet: B9, D3 and 45. RGB value is (185,211,69). Sum of RGB (Red+Green+Blue) = 185+211+69=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D345 is #462CBA. Grayscale: #BBBBBB. Windows color (decimal): -4598971 or 4576185. OLE color: 4576185.

HSL color Cylindrical-coordinate representation of color #B9D345: hue angle of 70.99º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9D345 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 211 69 -
CMYK 0.12 0 0.67 0.17
HSL 70.99º 0.62% 0.55% -
HSV(B) 70.99º 0.67% 0.83% -
XYZ 44.38 57.33 14.36 -
YUV 187.04 61.39 126.55 -
System Red Green Blue C M Y K H S L
Decimal 185 211 69 0.12 0 0.67 0.17 70.99 0.62 0.55
Hex B9 D3 45 C 0 43 11 47 3E 37
Octal 271 323 105 14 0 103 21 107 76 67
Binary 10111001 11010011 1000101 1100 0 1000011 10001 1000111 111110 110111

Color Harmonies of #B9D345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D345

Black with #B9D345

Text Example


Text Example

White with #B9D345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D345; }

 p { color: rgb(185,211,69); }

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

background-color css

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

 a { background-color: rgb(185,211,69); }

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

border-color css

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

 span { border-color: rgb(185,211,69); }

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