Html Css Color HEX #BAF67D Sulu

📋 copy color: '#BAF67D'

red 186 ◦ green 246 ◦ blue 125

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

Shades of Sulu #BAF67D

Tints of Sulu #BAF67D

RGB

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

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

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

R = 33.39%
G = 44.17%
B = 22.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#BAF67D (or 0xBAF67D) is known color: Sulu. HEX triplet: BA, F6 and 7D. RGB value is (186,246,125). Sum of RGB (Red+Green+Blue) = 186+246+125=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF67D is #450982. Grayscale: #D6D6D6. Windows color (decimal): -4524419 or 8255162. OLE color: 8255162.

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

Color convert

RGB 186 246 125 -
CMYK 0.24 0 0.49 0.04
HSL 89.75º 0.87% 0.73% -
HSV(B) 89.75º 0.49% 0.96% -
XYZ 56.91 77.83 31.43 -
YUV 214.27 77.62 107.84 -
System Red Green Blue C M Y K H S L
Decimal 186 246 125 0.24 0 0.49 0.04 89.75 0.87 0.73
Hex BA F6 7D 18 0 31 4 5A 57 49
Octal 272 366 175 30 0 61 4 132 127 111
Binary 10111010 11110110 1111101 11000 0 110001 100 1011010 1010111 1001001

Color Harmonies of #BAF67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF67D

Black with #BAF67D

Text Example


Text Example

White with #BAF67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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