Html Css Color HEX #AFC527 Bahia

📋 copy color: '#AFC527'

red 175 ◦ green 197 ◦ blue 39

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

Shades of Bahia #AFC527

Tints of Bahia #AFC527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.49%

R = 42.58%
G = 47.93%
B = 9.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#AFC527 (or 0xAFC527) is known color: Bahia. HEX triplet: AF, C5 and 27. RGB value is (175,197,39). Sum of RGB (Red+Green+Blue) = 175+197+39=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC527 is #503AD8. Grayscale: #ADADAD. Windows color (decimal): -5257945 or 2606511. OLE color: 2606511.

HSL color Cylindrical-coordinate representation of color #AFC527: hue angle of 68.35º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFC527 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 39 -
CMYK 0.11 0 0.80 0.23
HSL 68.35º 0.67% 0.46% -
HSV(B) 68.35º 0.8% 0.77% -
XYZ 38.01 49.19 9.41 -
YUV 172.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 175 197 39 0.11 0 0.80 0.23 68.35 0.67 0.46
Hex AF C5 27 B 0 50 17 44 43 2E
Octal 257 305 47 13 0 120 27 104 103 56
Binary 10101111 11000101 100111 1011 0 1010000 10111 1000100 1000011 101110

Color Harmonies of #AFC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC527

Black with #AFC527

Text Example


Text Example

White with #AFC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC527; }

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

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

background-color css

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

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

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

border-color css

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

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

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