Html Css Color HEX #AFC727 Bahia

📋 copy color: '#AFC727'

red 175 ◦ green 199 ◦ blue 39

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

Shades of Bahia #AFC727

Tints of Bahia #AFC727

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.18%

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

R = 42.37%
G = 48.18%
B = 9.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#AFC727 (or 0xAFC727) is known color: Bahia. HEX triplet: AF, C7 and 27. RGB value is (175,199,39). Sum of RGB (Red+Green+Blue) = 175+199+39=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC727 is #5038D8. Grayscale: #AEAEAE. Windows color (decimal): -5257433 or 2607023. OLE color: 2607023.

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

Color convert

RGB 175 199 39 -
CMYK 0.12 0 0.80 0.22
HSL 69º 0.67% 0.47% -
HSV(B) 69º 0.8% 0.78% -
XYZ 38.47 50.11 9.56 -
YUV 173.58 52.05 129.01 -
System Red Green Blue C M Y K H S L
Decimal 175 199 39 0.12 0 0.80 0.22 69 0.67 0.47
Hex AF C7 27 C 0 50 16 45 43 2F
Octal 257 307 47 14 0 120 26 105 103 57
Binary 10101111 11000111 100111 1100 0 1010000 10110 1000101 1000011 101111

Color Harmonies of #AFC727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC727

Black with #AFC727

Text Example


Text Example

White with #AFC727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC727; }

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

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

background-color css

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

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

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

border-color css

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

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

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