Html Css Color HEX #BAF309 Inch Worm

📋 copy color: '#BAF309'

red 186 ◦ green 243 ◦ blue 9

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

Shades of Inch Worm #BAF309

Tints of Inch Worm #BAF309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.05%

R = 42.47%
G = 55.48%
B = 2.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#BAF309 (or 0xBAF309) is known color: Inch Worm. HEX triplet: BA, F3 and 09. RGB value is (186,243,9). Sum of RGB (Red+Green+Blue) = 186+243+9=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF309 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF309 is #450CF6. Grayscale: #C8C8C8. Windows color (decimal): -4525303 or 652218. OLE color: 652218.

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

Color convert

RGB 186 243 9 -
CMYK 0.23 0 0.96 0.05
HSL 74.62º 0.93% 0.49% -
HSV(B) 74.62º 0.96% 0.95% -
XYZ 52.35 74.56 11.89 -
YUV 199.28 20.62 118.53 -
System Red Green Blue C M Y K H S L
Decimal 186 243 9 0.23 0 0.96 0.05 74.62 0.93 0.49
Hex BA F3 9 17 0 60 5 4B 5D 31
Octal 272 363 11 27 0 140 5 113 135 61
Binary 10111010 11110011 1001 10111 0 1100000 101 1001011 1011101 110001

Color Harmonies of #BAF309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF309

Black with #BAF309

Text Example


Text Example

White with #BAF309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF309; }

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

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

background-color css

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

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

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

border-color css

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

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

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