Html Css Color HEX #BAF336 Green Yellow

📋 copy color: '#BAF336'

red 186 ◦ green 243 ◦ blue 54

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

Shades of Green Yellow #BAF336

Tints of Green Yellow #BAF336

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.31%

 BLUE value IS 54 (21.48% from 255) = 11.18%

R = 38.51%
G = 50.31%
B = 11.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#BAF336 (or 0xBAF336) is known color: Green Yellow. HEX triplet: BA, F3 and 36. RGB value is (186,243,54). Sum of RGB (Red+Green+Blue) = 186+243+54=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF336 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF336 is #450CC9. Grayscale: #CDCDCD. Windows color (decimal): -4525258 or 3601338. OLE color: 3601338.

HSL color Cylindrical-coordinate representation of color #BAF336: hue angle of 78.1º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAF336 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 54 -
CMYK 0.23 0 0.78 0.05
HSL 78.1º 0.89% 0.58% -
HSV(B) 78.1º 0.78% 0.95% -
XYZ 52.97 74.81 15.14 -
YUV 204.41 43.12 114.87 -
System Red Green Blue C M Y K H S L
Decimal 186 243 54 0.23 0 0.78 0.05 78.1 0.89 0.58
Hex BA F3 36 17 0 4E 5 4E 59 3A
Octal 272 363 66 27 0 116 5 116 131 72
Binary 10111010 11110011 110110 10111 0 1001110 101 1001110 1011001 111010

Color Harmonies of #BAF336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF336

Black with #BAF336

Text Example


Text Example

White with #BAF336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF336; }

 p { color: rgb(186,243,54); }

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

background-color css

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

 a { background-color: rgb(186,243,54); }

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

border-color css

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

 span { border-color: rgb(186,243,54); }

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