Html Css Color HEX #BFE976 Sulu

📋 copy color: '#BFE976'

red 191 ◦ green 233 ◦ blue 118

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

Shades of Sulu #BFE976

Tints of Sulu #BFE976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.77%

R = 35.24%
G = 42.99%
B = 21.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#BFE976 (or 0xBFE976) is known color: Sulu. HEX triplet: BF, E9 and 76. RGB value is (191,233,118). Sum of RGB (Red+Green+Blue) = 191+233+118=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE976 is #401689. Grayscale: #CFCFCF. Windows color (decimal): -4200074 or 7793087. OLE color: 7793087.

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

Color convert

RGB 191 233 118 -
CMYK 0.18 0 0.49 0.09
HSL 81.91º 0.72% 0.69% -
HSV(B) 81.91º 0.49% 0.91% -
XYZ 53.89 70.66 27.94 -
YUV 207.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 191 233 118 0.18 0 0.49 0.09 81.91 0.72 0.69
Hex BF E9 76 12 0 31 9 52 48 45
Octal 277 351 166 22 0 61 11 122 110 105
Binary 10111111 11101001 1110110 10010 0 110001 1001 1010010 1001000 1000101

Color Harmonies of #BFE976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE976

Black with #BFE976

Text Example


Text Example

White with #BFE976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE976; }

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

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

background-color css

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

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

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

border-color css

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

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

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