Html Css Color HEX #BAE67A Sulu

📋 copy color: '#BAE67A'

red 186 ◦ green 230 ◦ blue 122

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

Shades of Sulu #BAE67A

Tints of Sulu #BAE67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 34.57%
G = 42.75%
B = 22.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#BAE67A (or 0xBAE67A) is known color: Sulu. HEX triplet: BA, E6 and 7A. RGB value is (186,230,122). Sum of RGB (Red+Green+Blue) = 186+230+122=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE67A is #451985. Grayscale: #CCCCCC. Windows color (decimal): -4528518 or 8054458. OLE color: 8054458.

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

Color convert

RGB 186 230 122 -
CMYK 0.19 0 0.47 0.10
HSL 84.44º 0.68% 0.69% -
HSV(B) 84.44º 0.47% 0.9% -
XYZ 52.06 68.44 28.88 -
YUV 204.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 186 230 122 0.19 0 0.47 0.10 84.44 0.68 0.69
Hex BA E6 7A 13 0 2F A 54 44 45
Octal 272 346 172 23 0 57 12 124 104 105
Binary 10111010 11100110 1111010 10011 0 101111 1010 1010100 1000100 1000101

Color Harmonies of #BAE67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE67A

Black with #BAE67A

Text Example


Text Example

White with #BAE67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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