Html Css Color HEX #B9F95D Conifer

📋 copy color: '#B9F95D'

red 185 ◦ green 249 ◦ blue 93

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

Shades of Conifer #B9F95D

Tints of Conifer #B9F95D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.25%

 BLUE value IS 93 (36.72% from 255) = 17.65%

R = 35.1%
G = 47.25%
B = 17.65%

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

#B9F95D (or 0xB9F95D) is known color: Conifer. HEX triplet: B9, F9 and 5D. RGB value is (185,249,93). Sum of RGB (Red+Green+Blue) = 185+249+93=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F95D is #4606A2. Grayscale: #D4D4D4. Windows color (decimal): -4589219 or 6158777. OLE color: 6158777.

HSL color Cylindrical-coordinate representation of color #B9F95D: hue angle of 84.62º degrees, saturation: 0.93, 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 #B9F95D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 249 93 -
CMYK 0.26 0 0.63 0.02
HSL 84.62º 0.93% 0.67% -
HSV(B) 84.62º 0.63% 0.98% -
XYZ 55.86 78.86 22.63 -
YUV 212.08 60.8 108.68 -
System Red Green Blue C M Y K H S L
Decimal 185 249 93 0.26 0 0.63 0.02 84.62 0.93 0.67
Hex B9 F9 5D 1A 0 3F 2 55 5D 43
Octal 271 371 135 32 0 77 2 125 135 103
Binary 10111001 11111001 1011101 11010 0 111111 10 1010101 1011101 1000011

Color Harmonies of #B9F95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F95D

Black with #B9F95D

Text Example


Text Example

White with #B9F95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F95D; }

 p { color: rgb(185,249,93); }

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

background-color css

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

 a { background-color: rgb(185,249,93); }

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

border-color css

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

 span { border-color: rgb(185,249,93); }

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