Html Css Color HEX #BFE960 Conifer

📋 copy color: '#BFE960'

red 191 ◦ green 233 ◦ blue 96

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

Shades of Conifer #BFE960

Tints of Conifer #BFE960

RGB

 RED value IS 191 (75% from 255) = 36.73%

 GREEN value IS 233 (91.41% from 255) = 44.81%

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

R = 36.73%
G = 44.81%
B = 18.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#BFE960 (or 0xBFE960) is known color: Conifer. HEX triplet: BF, E9 and 60. RGB value is (191,233,96). Sum of RGB (Red+Green+Blue) = 191+233+96=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE960 is #40169F. Grayscale: #CDCDCD. Windows color (decimal): -4200096 or 6351295. OLE color: 6351295.

HSL color Cylindrical-coordinate representation of color #BFE960: hue angle of 78.39º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE960 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 96 -
CMYK 0.18 0 0.59 0.09
HSL 78.39º 0.76% 0.65% -
HSV(B) 78.39º 0.59% 0.91% -
XYZ 52.74 70.2 21.84 -
YUV 204.82 66.59 118.14 -
System Red Green Blue C M Y K H S L
Decimal 191 233 96 0.18 0 0.59 0.09 78.39 0.76 0.65
Hex BF E9 60 12 0 3B 9 4E 4C 41
Octal 277 351 140 22 0 73 11 116 114 101
Binary 10111111 11101001 1100000 10010 0 111011 1001 1001110 1001100 1000001

Color Harmonies of #BFE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE960

Black with #BFE960

Text Example


Text Example

White with #BFE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE960; }

 p { color: rgb(191,233,96); }

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

background-color css

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

 a { background-color: rgb(191,233,96); }

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

border-color css

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

 span { border-color: rgb(191,233,96); }

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