Html Css Color HEX #BAE975 Sulu

📋 copy color: '#BAE975'

red 186 ◦ green 233 ◦ blue 117

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

Shades of Sulu #BAE975

Tints of Sulu #BAE975

RGB

 RED value IS 186 (73.05% from 255) = 34.7%

 GREEN value IS 233 (91.41% from 255) = 43.47%

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 34.7%
G = 43.47%
B = 21.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BAE975 (or 0xBAE975) is known color: Sulu. HEX triplet: BA, E9 and 75. RGB value is (186,233,117). Sum of RGB (Red+Green+Blue) = 186+233+117=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE975 is #45168A. Grayscale: #CECECE. Windows color (decimal): -4527755 or 7727546. OLE color: 7727546.

HSL color Cylindrical-coordinate representation of color #BAE975: hue angle of 84.31º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE975 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 117 -
CMYK 0.20 0 0.50 0.09
HSL 84.31º 0.73% 0.69% -
HSV(B) 84.31º 0.5% 0.91% -
XYZ 52.6 70 27.57 -
YUV 205.72 77.93 113.93 -
System Red Green Blue C M Y K H S L
Decimal 186 233 117 0.20 0 0.50 0.09 84.31 0.73 0.69
Hex BA E9 75 14 0 32 9 54 48 45
Octal 272 351 165 24 0 62 11 124 110 105
Binary 10111010 11101001 1110101 10100 0 110010 1001 1010100 1001000 1000101

Color Harmonies of #BAE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE975

Black with #BAE975

Text Example


Text Example

White with #BAE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE975; }

 p { color: rgb(186,233,117); }

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

background-color css

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

 a { background-color: rgb(186,233,117); }

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

border-color css

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

 span { border-color: rgb(186,233,117); }

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