Html Css Color HEX #BAEB68 Sulu

📋 copy color: '#BAEB68'

red 186 ◦ green 235 ◦ blue 104

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

Shades of Sulu #BAEB68

Tints of Sulu #BAEB68

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.76%

 BLUE value IS 104 (41.02% from 255) = 19.81%

R = 35.43%
G = 44.76%
B = 19.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#BAEB68 (or 0xBAEB68) is known color: Sulu. HEX triplet: BA, EB and 68. RGB value is (186,235,104). Sum of RGB (Red+Green+Blue) = 186+235+104=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEB68 is #451497. Grayscale: #CDCDCD. Windows color (decimal): -4527256 or 6876090. OLE color: 6876090.

HSL color Cylindrical-coordinate representation of color #BAEB68: hue angle of 82.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAEB68 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 104 -
CMYK 0.21 0 0.56 0.08
HSL 82.44º 0.77% 0.66% -
HSV(B) 82.44º 0.56% 0.92% -
XYZ 52.46 70.86 24.01 -
YUV 205.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 186 235 104 0.21 0 0.56 0.08 82.44 0.77 0.66
Hex BA EB 68 15 0 38 8 52 4D 42
Octal 272 353 150 25 0 70 10 122 115 102
Binary 10111010 11101011 1101000 10101 0 111000 1000 1010010 1001101 1000010

Color Harmonies of #BAEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB68

Black with #BAEB68

Text Example


Text Example

White with #BAEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB68; }

 p { color: rgb(186,235,104); }

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

background-color css

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

 a { background-color: rgb(186,235,104); }

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

border-color css

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

 span { border-color: rgb(186,235,104); }

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