Html Css Color HEX #AFCA28 Bahia

📋 copy color: '#AFCA28'

red 175 ◦ green 202 ◦ blue 40

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

Shades of Bahia #AFCA28

Tints of Bahia #AFCA28

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.44%

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 41.97%
G = 48.44%
B = 9.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#AFCA28 (or 0xAFCA28) is known color: Bahia. HEX triplet: AF, CA and 28. RGB value is (175,202,40). Sum of RGB (Red+Green+Blue) = 175+202+40=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA28 is #5035D7. Grayscale: #B0B0B0. Windows color (decimal): -5256664 or 2673327. OLE color: 2673327.

HSL color Cylindrical-coordinate representation of color #AFCA28: hue angle of 70º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFCA28 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 40 -
CMYK 0.13 0 0.80 0.21
HSL 70º 0.67% 0.47% -
HSV(B) 70º 0.8% 0.79% -
XYZ 39.18 51.51 9.88 -
YUV 175.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 175 202 40 0.13 0 0.80 0.21 70 0.67 0.47
Hex AF CA 28 D 0 50 15 46 43 2F
Octal 257 312 50 15 0 120 25 106 103 57
Binary 10101111 11001010 101000 1101 0 1010000 10101 1000110 1000011 101111

Color Harmonies of #AFCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA28

Black with #AFCA28

Text Example


Text Example

White with #AFCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA28; }

 p { color: rgb(175,202,40); }

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

background-color css

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

 a { background-color: rgb(175,202,40); }

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

border-color css

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

 span { border-color: rgb(175,202,40); }

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