Html Css Color HEX #BAF635 Green Yellow

📋 copy color: '#BAF635'

red 186 ◦ green 246 ◦ blue 53

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

Shades of Green Yellow #BAF635

Tints of Green Yellow #BAF635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.93%

R = 38.35%
G = 50.72%
B = 10.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#BAF635 (or 0xBAF635) is known color: Green Yellow. HEX triplet: BA, F6 and 35. RGB value is (186,246,53). Sum of RGB (Red+Green+Blue) = 186+246+53=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF635 is #4509CA. Grayscale: #CECECE. Windows color (decimal): -4524491 or 3536570. OLE color: 3536570.

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

Color convert

RGB 186 246 53 -
CMYK 0.24 0 0.78 0.04
HSL 78.65º 0.91% 0.59% -
HSV(B) 78.65º 0.78% 0.96% -
XYZ 53.85 76.61 15.32 -
YUV 206.06 41.62 113.69 -
System Red Green Blue C M Y K H S L
Decimal 186 246 53 0.24 0 0.78 0.04 78.65 0.91 0.59
Hex BA F6 35 18 0 4E 4 4F 5B 3B
Octal 272 366 65 30 0 116 4 117 133 73
Binary 10111010 11110110 110101 11000 0 1001110 100 1001111 1011011 111011

Color Harmonies of #BAF635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF635

Black with #BAF635

Text Example


Text Example

White with #BAF635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF635; }

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

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

background-color css

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

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

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

border-color css

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

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

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