Html Css Color HEX #AFC427 Bahia

📋 copy color: '#AFC427'

red 175 ◦ green 196 ◦ blue 39

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

Shades of Bahia #AFC427

Tints of Bahia #AFC427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.8%

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

R = 42.68%
G = 47.8%
B = 9.51%

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

#AFC427 (or 0xAFC427) is known color: Bahia. HEX triplet: AF, C4 and 27. RGB value is (175,196,39). Sum of RGB (Red+Green+Blue) = 175+196+39=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC427 is #503BD8. Grayscale: #ACACAC. Windows color (decimal): -5258201 or 2606255. OLE color: 2606255.

HSL color Cylindrical-coordinate representation of color #AFC427: hue angle of 68.03º 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 #AFC427 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 39 -
CMYK 0.11 0 0.80 0.23
HSL 68.03º 0.67% 0.46% -
HSV(B) 68.03º 0.8% 0.77% -
XYZ 37.79 48.74 9.34 -
YUV 171.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 175 196 39 0.11 0 0.80 0.23 68.03 0.67 0.46
Hex AF C4 27 B 0 50 17 44 43 2E
Octal 257 304 47 13 0 120 27 104 103 56
Binary 10101111 11000100 100111 1011 0 1010000 10111 1000100 1000011 101110

Color Harmonies of #AFC427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC427

Black with #AFC427

Text Example


Text Example

White with #AFC427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC427; }

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

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

background-color css

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

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

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

border-color css

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

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

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