Html Css Color HEX #BAE470 Sulu

📋 copy color: '#BAE470'

red 186 ◦ green 228 ◦ blue 112

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

Shades of Sulu #BAE470

Tints of Sulu #BAE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.35%

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

R = 35.36%
G = 43.35%
B = 21.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#BAE470 (or 0xBAE470) is known color: Sulu. HEX triplet: BA, E4 and 70. RGB value is (186,228,112). Sum of RGB (Red+Green+Blue) = 186+228+112=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE470 is #451B8F. Grayscale: #CACACA. Windows color (decimal): -4529040 or 7398586. OLE color: 7398586.

HSL color Cylindrical-coordinate representation of color #BAE470: hue angle of 81.72º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAE470 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 112 -
CMYK 0.18 0 0.51 0.11
HSL 81.72º 0.68% 0.67% -
HSV(B) 81.72º 0.51% 0.89% -
XYZ 50.92 67.1 25.6 -
YUV 202.22 77.09 116.43 -
System Red Green Blue C M Y K H S L
Decimal 186 228 112 0.18 0 0.51 0.11 81.72 0.68 0.67
Hex BA E4 70 12 0 33 B 52 44 43
Octal 272 344 160 22 0 63 13 122 104 103
Binary 10111010 11100100 1110000 10010 0 110011 1011 1010010 1000100 1000011

Color Harmonies of #BAE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE470

Black with #BAE470

Text Example


Text Example

White with #BAE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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