Html Css Color HEX #BAE76A Sulu

📋 copy color: '#BAE76A'

red 186 ◦ green 231 ◦ blue 106

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

Shades of Sulu #BAE76A

Tints of Sulu #BAE76A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.17%

 BLUE value IS 106 (41.8% from 255) = 20.27%

R = 35.56%
G = 44.17%
B = 20.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#BAE76A (or 0xBAE76A) is known color: Sulu. HEX triplet: BA, E7 and 6A. RGB value is (186,231,106). Sum of RGB (Red+Green+Blue) = 186+231+106=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE76A is #451895. Grayscale: #CBCBCB. Windows color (decimal): -4528278 or 7006138. OLE color: 7006138.

HSL color Cylindrical-coordinate representation of color #BAE76A: hue angle of 81.6º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE76A is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 106 -
CMYK 0.19 0 0.54 0.09
HSL 81.6º 0.72% 0.66% -
HSV(B) 81.6º 0.54% 0.91% -
XYZ 51.43 68.63 24.17 -
YUV 203.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 186 231 106 0.19 0 0.54 0.09 81.6 0.72 0.66
Hex BA E7 6A 13 0 36 9 52 48 42
Octal 272 347 152 23 0 66 11 122 110 102
Binary 10111010 11100111 1101010 10011 0 110110 1001 1010010 1001000 1000010

Color Harmonies of #BAE76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE76A

Black with #BAE76A

Text Example


Text Example

White with #BAE76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE76A; }

 p { color: rgb(186,231,106); }

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

background-color css

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

 a { background-color: rgb(186,231,106); }

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

border-color css

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

 span { border-color: rgb(186,231,106); }

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