Html Css Color HEX #BFDA83 Sulu

📋 copy color: '#BFDA83'

red 191 ◦ green 218 ◦ blue 131

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

Shades of Sulu #BFDA83

Tints of Sulu #BFDA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.26%

R = 35.37%
G = 40.37%
B = 24.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BFDA83 (or 0xBFDA83) is known color: Sulu. HEX triplet: BF, DA and 83. RGB value is (191,218,131). Sum of RGB (Red+Green+Blue) = 191+218+131=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDA83 is #40257C. Grayscale: #C8C8C8. Windows color (decimal): -4203901 or 8641215. OLE color: 8641215.

HSL color Cylindrical-coordinate representation of color #BFDA83: hue angle of 78.62º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFDA83 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 131 -
CMYK 0.12 0 0.40 0.15
HSL 78.62º 0.54% 0.68% -
HSV(B) 78.62º 0.4% 0.85% -
XYZ 50.65 62.86 30.94 -
YUV 200.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 191 218 131 0.12 0 0.40 0.15 78.62 0.54 0.68
Hex BF DA 83 C 0 28 F 4F 36 44
Octal 277 332 203 14 0 50 17 117 66 104
Binary 10111111 11011010 10000011 1100 0 101000 1111 1001111 110110 1000100

Color Harmonies of #BFDA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA83

Black with #BFDA83

Text Example


Text Example

White with #BFDA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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