Html Css Color HEX #BAF323 Green Yellow

📋 copy color: '#BAF323'

red 186 ◦ green 243 ◦ blue 35

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

Shades of Green Yellow #BAF323

Tints of Green Yellow #BAF323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.54%

R = 40.09%
G = 52.37%
B = 7.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#BAF323 (or 0xBAF323) is known color: Green Yellow. HEX triplet: BA, F3 and 23. RGB value is (186,243,35). Sum of RGB (Red+Green+Blue) = 186+243+35=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF323 is #450CDC. Grayscale: #CBCBCB. Windows color (decimal): -4525277 or 2356154. OLE color: 2356154.

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

Color convert

RGB 186 243 35 -
CMYK 0.23 0 0.86 0.05
HSL 76.44º 0.9% 0.55% -
HSV(B) 76.44º 0.86% 0.95% -
XYZ 52.6 74.66 13.23 -
YUV 202.25 33.62 116.41 -
System Red Green Blue C M Y K H S L
Decimal 186 243 35 0.23 0 0.86 0.05 76.44 0.9 0.55
Hex BA F3 23 17 0 56 5 4C 5A 37
Octal 272 363 43 27 0 126 5 114 132 67
Binary 10111010 11110011 100011 10111 0 1010110 101 1001100 1011010 110111

Color Harmonies of #BAF323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF323

Black with #BAF323

Text Example


Text Example

White with #BAF323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF323; }

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

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

background-color css

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

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

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

border-color css

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

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

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