Html Css Color HEX #BAE970 Sulu

📋 copy color: '#BAE970'

red 186 ◦ green 233 ◦ blue 112

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

Shades of Sulu #BAE970

Tints of Sulu #BAE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 35.03%
G = 43.88%
B = 21.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BAE970 (or 0xBAE970) is known color: Sulu. HEX triplet: BA, E9 and 70. RGB value is (186,233,112). Sum of RGB (Red+Green+Blue) = 186+233+112=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE970 is #45168F. Grayscale: #CDCDCD. Windows color (decimal): -4527760 or 7399866. OLE color: 7399866.

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

Color convert

RGB 186 233 112 -
CMYK 0.20 0 0.52 0.09
HSL 83.31º 0.73% 0.68% -
HSV(B) 83.31º 0.52% 0.91% -
XYZ 52.31 69.89 26.06 -
YUV 205.15 75.43 114.34 -
System Red Green Blue C M Y K H S L
Decimal 186 233 112 0.20 0 0.52 0.09 83.31 0.73 0.68
Hex BA E9 70 14 0 34 9 53 49 44
Octal 272 351 160 24 0 64 11 123 111 104
Binary 10111010 11101001 1110000 10100 0 110100 1001 1010011 1001001 1000100

Color Harmonies of #BAE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE970

Black with #BAE970

Text Example


Text Example

White with #BAE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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