Html Css Color HEX #BAF921 Green Yellow

📋 copy color: '#BAF921'

red 186 ◦ green 249 ◦ blue 33

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

Shades of Green Yellow #BAF921

Tints of Green Yellow #BAF921

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.21%

 BLUE value IS 33 (13.28% from 255) = 7.05%

R = 39.74%
G = 53.21%
B = 7.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#BAF921 (or 0xBAF921) is known color: Green Yellow. HEX triplet: BA, F9 and 21. RGB value is (186,249,33). Sum of RGB (Red+Green+Blue) = 186+249+33=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF921 is #4506DE. Grayscale: #CECECE. Windows color (decimal): -4523743 or 2226618. OLE color: 2226618.

HSL color Cylindrical-coordinate representation of color #BAF921: hue angle of 77.5º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAF921 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 33 -
CMYK 0.25 0 0.87 0.02
HSL 77.5º 0.95% 0.55% -
HSV(B) 77.5º 0.87% 0.98% -
XYZ 54.4 78.3 13.69 -
YUV 205.54 30.63 114.06 -
System Red Green Blue C M Y K H S L
Decimal 186 249 33 0.25 0 0.87 0.02 77.5 0.95 0.55
Hex BA F9 21 19 0 57 2 4E 5F 37
Octal 272 371 41 31 0 127 2 116 137 67
Binary 10111010 11111001 100001 11001 0 1010111 10 1001110 1011111 110111

Color Harmonies of #BAF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF921

Black with #BAF921

Text Example


Text Example

White with #BAF921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF921; }

 p { color: rgb(186,249,33); }

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

background-color css

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

 a { background-color: rgb(186,249,33); }

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

border-color css

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

 span { border-color: rgb(186,249,33); }

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