Html Css Color HEX #AFC026 Bahia

📋 copy color: '#AFC026'

red 175 ◦ green 192 ◦ blue 38

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

Shades of Bahia #AFC026

Tints of Bahia #AFC026

RGB

 RED value IS 175 (68.75% from 255) = 43.21%

 GREEN value IS 192 (75.39% from 255) = 47.41%

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

R = 43.21%
G = 47.41%
B = 9.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#AFC026 (or 0xAFC026) is known color: Bahia. HEX triplet: AF, C0 and 26. RGB value is (175,192,38). Sum of RGB (Red+Green+Blue) = 175+192+38=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC026 is #503FD9. Grayscale: #A9A9A9. Windows color (decimal): -5259226 or 2539695. OLE color: 2539695.

HSL color Cylindrical-coordinate representation of color #AFC026: hue angle of 66.62º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFC026 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 38 -
CMYK 0.09 0 0.80 0.25
HSL 66.62º 0.67% 0.45% -
HSV(B) 66.62º 0.8% 0.75% -
XYZ 36.88 46.95 8.95 -
YUV 169.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 175 192 38 0.09 0 0.80 0.25 66.62 0.67 0.45
Hex AF C0 26 9 0 50 19 43 43 2D
Octal 257 300 46 11 0 120 31 103 103 55
Binary 10101111 11000000 100110 1001 0 1010000 11001 1000011 1000011 101101

Color Harmonies of #AFC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC026

Black with #AFC026

Text Example


Text Example

White with #AFC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC026; }

 p { color: rgb(175,192,38); }

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

background-color css

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

 a { background-color: rgb(175,192,38); }

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

border-color css

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

 span { border-color: rgb(175,192,38); }

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