Html Css Color HEX #AFBE2E Bahia

📋 copy color: '#AFBE2E'

red 175 ◦ green 190 ◦ blue 46

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

Shades of Bahia #AFBE2E

Tints of Bahia #AFBE2E

RGB

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

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

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

R = 42.58%
G = 46.23%
B = 11.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#AFBE2E (or 0xAFBE2E) is known color: Bahia. HEX triplet: AF, BE and 2E. RGB value is (175,190,46). Sum of RGB (Red+Green+Blue) = 175+190+46=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE2E is #5041D1. Grayscale: #A9A9A9. Windows color (decimal): -5259730 or 3063471. OLE color: 3063471.

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

Color convert

RGB 175 190 46 -
CMYK 0.08 0 0.76 0.25
HSL 66.25º 0.61% 0.46% -
HSV(B) 66.25º 0.76% 0.75% -
XYZ 36.59 46.14 9.56 -
YUV 169.1 58.53 132.21 -
System Red Green Blue C M Y K H S L
Decimal 175 190 46 0.08 0 0.76 0.25 66.25 0.61 0.46
Hex AF BE 2E 8 0 4C 19 42 3D 2E
Octal 257 276 56 10 0 114 31 102 75 56
Binary 10101111 10111110 101110 1000 0 1001100 11001 1000010 111101 101110

Color Harmonies of #AFBE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE2E

Black with #AFBE2E

Text Example


Text Example

White with #AFBE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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