Html Css Color HEX #BAF326 Green Yellow

📋 copy color: '#BAF326'

red 186 ◦ green 243 ◦ blue 38

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

Shades of Green Yellow #BAF326

Tints of Green Yellow #BAF326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.14%

R = 39.83%
G = 52.03%
B = 8.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#BAF326 (or 0xBAF326) is known color: Green Yellow. HEX triplet: BA, F3 and 26. RGB value is (186,243,38). Sum of RGB (Red+Green+Blue) = 186+243+38=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 38 (15.23% from 255 or 8.14% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF326 is #450CD9. Grayscale: #CBCBCB. Windows color (decimal): -4525274 or 2552762. OLE color: 2552762.

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

Color convert

RGB 186 243 38 -
CMYK 0.23 0 0.84 0.05
HSL 76.68º 0.9% 0.55% -
HSV(B) 76.68º 0.84% 0.95% -
XYZ 52.65 74.68 13.47 -
YUV 202.59 35.12 116.17 -
System Red Green Blue C M Y K H S L
Decimal 186 243 38 0.23 0 0.84 0.05 76.68 0.9 0.55
Hex BA F3 26 17 0 54 5 4D 5A 37
Octal 272 363 46 27 0 124 5 115 132 67
Binary 10111010 11110011 100110 10111 0 1010100 101 1001101 1011010 110111

Color Harmonies of #BAF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF326

Black with #BAF326

Text Example


Text Example

White with #BAF326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF326; }

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

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

background-color css

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

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

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

border-color css

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

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

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