Html Css Color HEX #BFDA76 Sulu

📋 copy color: '#BFDA76'

red 191 ◦ green 218 ◦ blue 118

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

Shades of Sulu #BFDA76

Tints of Sulu #BFDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

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

R = 36.24%
G = 41.37%
B = 22.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BFDA76 (or 0xBFDA76) is known color: Sulu. HEX triplet: BF, DA and 76. RGB value is (191,218,118). Sum of RGB (Red+Green+Blue) = 191+218+118=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA76 is #402589. Grayscale: #C6C6C6. Windows color (decimal): -4203914 or 7789247. OLE color: 7789247.

HSL color Cylindrical-coordinate representation of color #BFDA76: hue angle of 76.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFDA76 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 118 -
CMYK 0.12 0 0.46 0.15
HSL 76.2º 0.57% 0.66% -
HSV(B) 76.2º 0.46% 0.85% -
XYZ 49.83 62.53 26.58 -
YUV 198.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 191 218 118 0.12 0 0.46 0.15 76.2 0.57 0.66
Hex BF DA 76 C 0 2E F 4C 39 42
Octal 277 332 166 14 0 56 17 114 71 102
Binary 10111111 11011010 1110110 1100 0 101110 1111 1001100 111001 1000010

Color Harmonies of #BFDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA76

Black with #BFDA76

Text Example


Text Example

White with #BFDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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