Html Css Color HEX #BFD878 Sulu

📋 copy color: '#BFD878'

red 191 ◦ green 216 ◦ blue 120

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

Shades of Sulu #BFD878

Tints of Sulu #BFD878

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.99%

 BLUE value IS 120 (47.27% from 255) = 22.77%

R = 36.24%
G = 40.99%
B = 22.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#BFD878 (or 0xBFD878) is known color: Sulu. HEX triplet: BF, D8 and 78. RGB value is (191,216,120). Sum of RGB (Red+Green+Blue) = 191+216+120=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD878 is #402787. Grayscale: #C5C5C5. Windows color (decimal): -4204424 or 7919807. OLE color: 7919807.

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

Color convert

RGB 191 216 120 -
CMYK 0.12 0 0.44 0.15
HSL 75.63º 0.55% 0.66% -
HSV(B) 75.63º 0.44% 0.85% -
XYZ 49.43 61.54 27.04 -
YUV 197.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 191 216 120 0.12 0 0.44 0.15 75.63 0.55 0.66
Hex BF D8 78 C 0 2C F 4C 37 42
Octal 277 330 170 14 0 54 17 114 67 102
Binary 10111111 11011000 1111000 1100 0 101100 1111 1001100 110111 1000010

Color Harmonies of #BFD878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD878

Black with #BFD878

Text Example


Text Example

White with #BFD878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD878; }

 p { color: rgb(191,216,120); }

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

background-color css

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

 a { background-color: rgb(191,216,120); }

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

border-color css

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

 span { border-color: rgb(191,216,120); }

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