Html Css Color HEX #BFDF76 Sulu

📋 copy color: '#BFDF76'

red 191 ◦ green 223 ◦ blue 118

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

Shades of Sulu #BFDF76

Tints of Sulu #BFDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.92%

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

R = 35.9%
G = 41.92%
B = 22.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BFDF76 (or 0xBFDF76) is known color: Sulu. HEX triplet: BF, DF and 76. RGB value is (191,223,118). Sum of RGB (Red+Green+Blue) = 191+223+118=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF76 is #402089. Grayscale: #C9C9C9. Windows color (decimal): -4202634 or 7790527. OLE color: 7790527.

HSL color Cylindrical-coordinate representation of color #BFDF76: hue angle of 78.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFDF76 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 118 -
CMYK 0.14 0 0.47 0.13
HSL 78.29º 0.62% 0.67% -
HSV(B) 78.29º 0.47% 0.87% -
XYZ 51.14 65.16 27.02 -
YUV 201.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 191 223 118 0.14 0 0.47 0.13 78.29 0.62 0.67
Hex BF DF 76 E 0 2F D 4E 3E 43
Octal 277 337 166 16 0 57 15 116 76 103
Binary 10111111 11011111 1110110 1110 0 101111 1101 1001110 111110 1000011

Color Harmonies of #BFDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF76

Black with #BFDF76

Text Example


Text Example

White with #BFDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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