Html Css Color HEX #B9ED5C Conifer

📋 copy color: '#B9ED5C'

red 185 ◦ green 237 ◦ blue 92

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

Shades of Conifer #B9ED5C

Tints of Conifer #B9ED5C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.11%

 BLUE value IS 92 (36.33% from 255) = 17.9%

R = 35.99%
G = 46.11%
B = 17.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#B9ED5C (or 0xB9ED5C) is known color: Conifer. HEX triplet: B9, ED and 5C. RGB value is (185,237,92). Sum of RGB (Red+Green+Blue) = 185+237+92=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #B9ED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9ED5C is #4612A3. Grayscale: #CDCDCD. Windows color (decimal): -4592292 or 6090169. OLE color: 6090169.

HSL color Cylindrical-coordinate representation of color #B9ED5C: hue angle of 81.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9ED5C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 237 92 -
CMYK 0.22 0 0.61 0.07
HSL 81.52º 0.8% 0.65% -
HSV(B) 81.52º 0.61% 0.93% -
XYZ 52.22 71.66 21.2 -
YUV 204.92 64.27 113.79 -
System Red Green Blue C M Y K H S L
Decimal 185 237 92 0.22 0 0.61 0.07 81.52 0.8 0.65
Hex B9 ED 5C 16 0 3D 7 52 50 41
Octal 271 355 134 26 0 75 7 122 120 101
Binary 10111001 11101101 1011100 10110 0 111101 111 1010010 1010000 1000001

Color Harmonies of #B9ED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ED5C

Black with #B9ED5C

Text Example


Text Example

White with #B9ED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ED5C; }

 p { color: rgb(185,237,92); }

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

background-color css

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

 a { background-color: rgb(185,237,92); }

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

border-color css

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

 span { border-color: rgb(185,237,92); }

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