Html Css Color HEX #B9F960 Conifer

📋 copy color: '#B9F960'

red 185 ◦ green 249 ◦ blue 96

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

Shades of Conifer #B9F960

Tints of Conifer #B9F960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 34.91%
G = 46.98%
B = 18.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#B9F960 (or 0xB9F960) is known color: Conifer. HEX triplet: B9, F9 and 60. RGB value is (185,249,96). Sum of RGB (Red+Green+Blue) = 185+249+96=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F960 is #46069F. Grayscale: #D4D4D4. Windows color (decimal): -4589216 or 6355385. OLE color: 6355385.

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

Color convert

RGB 185 249 96 -
CMYK 0.26 0 0.61 0.02
HSL 85.1º 0.93% 0.68% -
HSV(B) 85.1º 0.61% 0.98% -
XYZ 55.99 78.91 23.35 -
YUV 212.42 62.3 108.44 -
System Red Green Blue C M Y K H S L
Decimal 185 249 96 0.26 0 0.61 0.02 85.1 0.93 0.68
Hex B9 F9 60 1A 0 3D 2 55 5D 44
Octal 271 371 140 32 0 75 2 125 135 104
Binary 10111001 11111001 1100000 11010 0 111101 10 1010101 1011101 1000100

Color Harmonies of #B9F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F960

Black with #B9F960

Text Example


Text Example

White with #B9F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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