Html Css Color HEX #BAE671 Sulu

📋 copy color: '#BAE671'

red 186 ◦ green 230 ◦ blue 113

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

Shades of Sulu #BAE671

Tints of Sulu #BAE671

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.48%

 BLUE value IS 113 (44.53% from 255) = 21.36%

R = 35.16%
G = 43.48%
B = 21.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#BAE671 (or 0xBAE671) is known color: Sulu. HEX triplet: BA, E6 and 71. RGB value is (186,230,113). Sum of RGB (Red+Green+Blue) = 186+230+113=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE671 is #45198E. Grayscale: #CBCBCB. Windows color (decimal): -4528527 or 7464634. OLE color: 7464634.

HSL color Cylindrical-coordinate representation of color #BAE671: hue angle of 82.56º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAE671 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 113 -
CMYK 0.19 0 0.51 0.10
HSL 82.56º 0.7% 0.67% -
HSV(B) 82.56º 0.51% 0.9% -
XYZ 51.53 68.22 26.08 -
YUV 203.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 186 230 113 0.19 0 0.51 0.10 82.56 0.7 0.67
Hex BA E6 71 13 0 33 A 53 46 43
Octal 272 346 161 23 0 63 12 123 106 103
Binary 10111010 11100110 1110001 10011 0 110011 1010 1010011 1000110 1000011

Color Harmonies of #BAE671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE671

Black with #BAE671

Text Example


Text Example

White with #BAE671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE671; }

 p { color: rgb(186,230,113); }

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

background-color css

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

 a { background-color: rgb(186,230,113); }

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

border-color css

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

 span { border-color: rgb(186,230,113); }

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