Html Css Color HEX #BAF338 Green Yellow

📋 copy color: '#BAF338'

red 186 ◦ green 243 ◦ blue 56

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

Shades of Green Yellow #BAF338

Tints of Green Yellow #BAF338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.55%

R = 38.35%
G = 50.1%
B = 11.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#BAF338 (or 0xBAF338) is known color: Green Yellow. HEX triplet: BA, F3 and 38. RGB value is (186,243,56). Sum of RGB (Red+Green+Blue) = 186+243+56=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF338 is #450CC7. Grayscale: #CDCDCD. Windows color (decimal): -4525256 or 3732410. OLE color: 3732410.

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

Color convert

RGB 186 243 56 -
CMYK 0.23 0 0.77 0.05
HSL 78.29º 0.89% 0.59% -
HSV(B) 78.29º 0.77% 0.95% -
XYZ 53.01 74.83 15.39 -
YUV 204.64 44.12 114.71 -
System Red Green Blue C M Y K H S L
Decimal 186 243 56 0.23 0 0.77 0.05 78.29 0.89 0.59
Hex BA F3 38 17 0 4D 5 4E 59 3B
Octal 272 363 70 27 0 115 5 116 131 73
Binary 10111010 11110011 111000 10111 0 1001101 101 1001110 1011001 111011

Color Harmonies of #BAF338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF338

Black with #BAF338

Text Example


Text Example

White with #BAF338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF338; }

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

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

background-color css

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

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

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

border-color css

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

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

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