Html Css Color HEX #BAE67D Sulu

📋 copy color: '#BAE67D'

red 186 ◦ green 230 ◦ blue 125

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

Shades of Sulu #BAE67D

Tints of Sulu #BAE67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.11%

R = 34.38%
G = 42.51%
B = 23.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#BAE67D (or 0xBAE67D) is known color: Sulu. HEX triplet: BA, E6 and 7D. RGB value is (186,230,125). Sum of RGB (Red+Green+Blue) = 186+230+125=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE67D is #451982. Grayscale: #CDCDCD. Windows color (decimal): -4528515 or 8251066. OLE color: 8251066.

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

Color convert

RGB 186 230 125 -
CMYK 0.19 0 0.46 0.10
HSL 85.14º 0.68% 0.7% -
HSV(B) 85.14º 0.46% 0.9% -
XYZ 52.25 68.51 29.87 -
YUV 204.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 186 230 125 0.19 0 0.46 0.10 85.14 0.68 0.7
Hex BA E6 7D 13 0 2E A 55 44 46
Octal 272 346 175 23 0 56 12 125 104 106
Binary 10111010 11100110 1111101 10011 0 101110 1010 1010101 1000100 1000110

Color Harmonies of #BAE67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE67D

Black with #BAE67D

Text Example


Text Example

White with #BAE67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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