Html Css Color HEX #AFBE2A Bahia

📋 copy color: '#AFBE2A'

red 175 ◦ green 190 ◦ blue 42

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

Shades of Bahia #AFBE2A

Tints of Bahia #AFBE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

 BLUE value IS 42 (16.8% from 255) = 10.32%

R = 43%
G = 46.68%
B = 10.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#AFBE2A (or 0xAFBE2A) is known color: Bahia. HEX triplet: AF, BE and 2A. RGB value is (175,190,42). Sum of RGB (Red+Green+Blue) = 175+190+42=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE2A is #5041D5. Grayscale: #A9A9A9. Windows color (decimal): -5259734 or 2801327. OLE color: 2801327.

HSL color Cylindrical-coordinate representation of color #AFBE2A: hue angle of 66.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFBE2A is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 42 -
CMYK 0.08 0 0.78 0.25
HSL 66.08º 0.64% 0.45% -
HSV(B) 66.08º 0.78% 0.75% -
XYZ 36.51 46.11 9.17 -
YUV 168.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 175 190 42 0.08 0 0.78 0.25 66.08 0.64 0.45
Hex AF BE 2A 8 0 4E 19 42 40 2D
Octal 257 276 52 10 0 116 31 102 100 55
Binary 10101111 10111110 101010 1000 0 1001110 11001 1000010 1000000 101101

Color Harmonies of #AFBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE2A

Black with #AFBE2A

Text Example


Text Example

White with #AFBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE2A; }

 p { color: rgb(175,190,42); }

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

background-color css

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

 a { background-color: rgb(175,190,42); }

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

border-color css

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

 span { border-color: rgb(175,190,42); }

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