Html Css Color HEX #B9FA5C Conifer

📋 copy color: '#B9FA5C'

red 185 ◦ green 250 ◦ blue 92

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

Shades of Conifer #B9FA5C

Tints of Conifer #B9FA5C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.44%

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

R = 35.1%
G = 47.44%
B = 17.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#B9FA5C (or 0xB9FA5C) is known color: Conifer. HEX triplet: B9, FA and 5C. RGB value is (185,250,92). Sum of RGB (Red+Green+Blue) = 185+250+92=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA5C is #4605A3. Grayscale: #D5D5D5. Windows color (decimal): -4588964 or 6093497. OLE color: 6093497.

HSL color Cylindrical-coordinate representation of color #B9FA5C: hue angle of 84.68º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9FA5C is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 250 92 -
CMYK 0.26 0 0.63 0.02
HSL 84.68º 0.94% 0.67% -
HSV(B) 84.68º 0.63% 0.98% -
XYZ 56.12 79.46 22.5 -
YUV 212.55 59.97 108.35 -
System Red Green Blue C M Y K H S L
Decimal 185 250 92 0.26 0 0.63 0.02 84.68 0.94 0.67
Hex B9 FA 5C 1A 0 3F 2 55 5E 43
Octal 271 372 134 32 0 77 2 125 136 103
Binary 10111001 11111010 1011100 11010 0 111111 10 1010101 1011110 1000011

Color Harmonies of #B9FA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FA5C

Black with #B9FA5C

Text Example


Text Example

White with #B9FA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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