Html Css Color HEX #BAF96C Sulu

📋 copy color: '#BAF96C'

red 186 ◦ green 249 ◦ blue 108

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

Shades of Sulu #BAF96C

Tints of Sulu #BAF96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.89%

R = 34.25%
G = 45.86%
B = 19.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#BAF96C (or 0xBAF96C) is known color: Sulu. HEX triplet: BA, F9 and 6C. RGB value is (186,249,108). Sum of RGB (Red+Green+Blue) = 186+249+108=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF96C is #450693. Grayscale: #D6D6D6. Windows color (decimal): -4523668 or 7141818. OLE color: 7141818.

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

Color convert

RGB 186 249 108 -
CMYK 0.25 0 0.57 0.02
HSL 86.81º 0.92% 0.7% -
HSV(B) 86.81º 0.57% 0.98% -
XYZ 56.83 79.27 26.49 -
YUV 214.09 68.13 107.96 -
System Red Green Blue C M Y K H S L
Decimal 186 249 108 0.25 0 0.57 0.02 86.81 0.92 0.7
Hex BA F9 6C 19 0 39 2 57 5C 46
Octal 272 371 154 31 0 71 2 127 134 106
Binary 10111010 11111001 1101100 11001 0 111001 10 1010111 1011100 1000110

Color Harmonies of #BAF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF96C

Black with #BAF96C

Text Example


Text Example

White with #BAF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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