Html Css Color HEX #AFC534 Bahia

📋 copy color: '#AFC534'

red 175 ◦ green 197 ◦ blue 52

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

Shades of Bahia #AFC534

Tints of Bahia #AFC534

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.46%

 BLUE value IS 52 (20.7% from 255) = 12.26%

R = 41.27%
G = 46.46%
B = 12.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#AFC534 (or 0xAFC534) is known color: Bahia. HEX triplet: AF, C5 and 34. RGB value is (175,197,52). Sum of RGB (Red+Green+Blue) = 175+197+52=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC534 is #503ACB. Grayscale: #AEAEAE. Windows color (decimal): -5257932 or 3458479. OLE color: 3458479.

HSL color Cylindrical-coordinate representation of color #AFC534: hue angle of 69.1º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFC534 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 52 -
CMYK 0.11 0 0.74 0.23
HSL 69.1º 0.58% 0.49% -
HSV(B) 69.1º 0.74% 0.77% -
XYZ 38.27 49.29 10.75 -
YUV 173.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 175 197 52 0.11 0 0.74 0.23 69.1 0.58 0.49
Hex AF C5 34 B 0 4A 17 45 3A 31
Octal 257 305 64 13 0 112 27 105 72 61
Binary 10101111 11000101 110100 1011 0 1001010 10111 1000101 111010 110001

Color Harmonies of #AFC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC534

Black with #AFC534

Text Example


Text Example

White with #AFC534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC534; }

 p { color: rgb(175,197,52); }

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

background-color css

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

 a { background-color: rgb(175,197,52); }

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

border-color css

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

 span { border-color: rgb(175,197,52); }

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