Html Css Color HEX #BAF67A Sulu

📋 copy color: '#BAF67A'

red 186 ◦ green 246 ◦ blue 122

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

Shades of Sulu #BAF67A

Tints of Sulu #BAF67A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.4%

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

R = 33.57%
G = 44.4%
B = 22.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#BAF67A (or 0xBAF67A) is known color: Sulu. HEX triplet: BA, F6 and 7A. RGB value is (186,246,122). Sum of RGB (Red+Green+Blue) = 186+246+122=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF67A is #450985. Grayscale: #D6D6D6. Windows color (decimal): -4524422 or 8058554. OLE color: 8058554.

HSL color Cylindrical-coordinate representation of color #BAF67A: hue angle of 89.03º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF67A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 122 -
CMYK 0.24 0 0.50 0.04
HSL 89.03º 0.87% 0.72% -
HSV(B) 89.03º 0.5% 0.96% -
XYZ 56.72 77.76 30.43 -
YUV 213.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 186 246 122 0.24 0 0.50 0.04 89.03 0.87 0.72
Hex BA F6 7A 18 0 32 4 59 57 48
Octal 272 366 172 30 0 62 4 131 127 110
Binary 10111010 11110110 1111010 11000 0 110010 100 1011001 1010111 1001000

Color Harmonies of #BAF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF67A

Black with #BAF67A

Text Example


Text Example

White with #BAF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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