Html Css Color HEX #BAF968 Sulu

📋 copy color: '#BAF968'

red 186 ◦ green 249 ◦ blue 104

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

Shades of Sulu #BAF968

Tints of Sulu #BAF968

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

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

R = 34.51%
G = 46.2%
B = 19.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#BAF968 (or 0xBAF968) is known color: Sulu. HEX triplet: BA, F9 and 68. RGB value is (186,249,104). Sum of RGB (Red+Green+Blue) = 186+249+104=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF968 is #450697. Grayscale: #D6D6D6. Windows color (decimal): -4523672 or 6879674. OLE color: 6879674.

HSL color Cylindrical-coordinate representation of color #BAF968: hue angle of 86.07º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAF968 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 104 -
CMYK 0.25 0 0.58 0.02
HSL 86.07º 0.92% 0.69% -
HSV(B) 86.07º 0.58% 0.98% -
XYZ 56.62 79.19 25.4 -
YUV 213.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 186 249 104 0.25 0 0.58 0.02 86.07 0.92 0.69
Hex BA F9 68 19 0 3A 2 56 5C 45
Octal 272 371 150 31 0 72 2 126 134 105
Binary 10111010 11111001 1101000 11001 0 111010 10 1010110 1011100 1000101

Color Harmonies of #BAF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF968

Black with #BAF968

Text Example


Text Example

White with #BAF968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF968; }

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

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

background-color css

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

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

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

border-color css

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

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

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