Html Css Color HEX #BFD677 Sulu

📋 copy color: '#BFD677'

red 191 ◦ green 214 ◦ blue 119

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

Shades of Sulu #BFD677

Tints of Sulu #BFD677

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 119 (46.88% from 255) = 22.71%

R = 36.45%
G = 40.84%
B = 22.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#BFD677 (or 0xBFD677) is known color: Sulu. HEX triplet: BF, D6 and 77. RGB value is (191,214,119). Sum of RGB (Red+Green+Blue) = 191+214+119=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD677 is #402988. Grayscale: #C4C4C4. Windows color (decimal): -4204937 or 7853759. OLE color: 7853759.

HSL color Cylindrical-coordinate representation of color #BFD677: hue angle of 74.53º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD677 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 119 -
CMYK 0.11 0 0.44 0.16
HSL 74.53º 0.54% 0.65% -
HSV(B) 74.53º 0.44% 0.84% -
XYZ 48.86 60.5 26.56 -
YUV 196.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 191 214 119 0.11 0 0.44 0.16 74.53 0.54 0.65
Hex BF D6 77 B 0 2C 10 4B 36 41
Octal 277 326 167 13 0 54 20 113 66 101
Binary 10111111 11010110 1110111 1011 0 101100 10000 1001011 110110 1000001

Color Harmonies of #BFD677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD677

Black with #BFD677

Text Example


Text Example

White with #BFD677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD677; }

 p { color: rgb(191,214,119); }

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

background-color css

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

 a { background-color: rgb(191,214,119); }

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

border-color css

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

 span { border-color: rgb(191,214,119); }

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