Html Css Color HEX #BFD77C Sulu

📋 copy color: '#BFD77C'

red 191 ◦ green 215 ◦ blue 124

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

Shades of Sulu #BFD77C

Tints of Sulu #BFD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.57%

 BLUE value IS 124 (48.83% from 255) = 23.4%

R = 36.04%
G = 40.57%
B = 23.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#BFD77C (or 0xBFD77C) is known color: Sulu. HEX triplet: BF, D7 and 7C. RGB value is (191,215,124). Sum of RGB (Red+Green+Blue) = 191+215+124=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD77C is #402883. Grayscale: #C5C5C5. Windows color (decimal): -4204676 or 8181695. OLE color: 8181695.

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

Color convert

RGB 191 215 124 -
CMYK 0.11 0 0.42 0.16
HSL 75.82º 0.53% 0.66% -
HSV(B) 75.82º 0.42% 0.84% -
XYZ 49.42 61.13 28.26 -
YUV 197.45 86.55 123.4 -
System Red Green Blue C M Y K H S L
Decimal 191 215 124 0.11 0 0.42 0.16 75.82 0.53 0.66
Hex BF D7 7C B 0 2A 10 4C 35 42
Octal 277 327 174 13 0 52 20 114 65 102
Binary 10111111 11010111 1111100 1011 0 101010 10000 1001100 110101 1000010

Color Harmonies of #BFD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD77C

Black with #BFD77C

Text Example


Text Example

White with #BFD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD77C; }

 p { color: rgb(191,215,124); }

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

background-color css

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

 a { background-color: rgb(191,215,124); }

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

border-color css

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

 span { border-color: rgb(191,215,124); }

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