Html Css Color HEX #AFC92E Bahia

📋 copy color: '#AFC92E'

red 175 ◦ green 201 ◦ blue 46

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

Shades of Bahia #AFC92E

Tints of Bahia #AFC92E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.63%

 BLUE value IS 46 (18.36% from 255) = 10.9%

R = 41.47%
G = 47.63%
B = 10.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#AFC92E (or 0xAFC92E) is known color: Bahia. HEX triplet: AF, C9 and 2E. RGB value is (175,201,46). Sum of RGB (Red+Green+Blue) = 175+201+46=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC92E is #5036D1. Grayscale: #B0B0B0. Windows color (decimal): -5256914 or 3066287. OLE color: 3066287.

HSL color Cylindrical-coordinate representation of color #AFC92E: hue angle of 70.06º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFC92E is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 46 -
CMYK 0.13 0 0.77 0.21
HSL 70.06º 0.63% 0.48% -
HSV(B) 70.06º 0.77% 0.79% -
XYZ 39.06 51.08 10.39 -
YUV 175.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 175 201 46 0.13 0 0.77 0.21 70.06 0.63 0.48
Hex AF C9 2E D 0 4D 15 46 3F 30
Octal 257 311 56 15 0 115 25 106 77 60
Binary 10101111 11001001 101110 1101 0 1001101 10101 1000110 111111 110000

Color Harmonies of #AFC92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC92E

Black with #AFC92E

Text Example


Text Example

White with #AFC92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC92E; }

 p { color: rgb(175,201,46); }

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

background-color css

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

 a { background-color: rgb(175,201,46); }

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

border-color css

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

 span { border-color: rgb(175,201,46); }

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