Html Css Color HEX #AFBE14 Bahia

📋 copy color: '#AFBE14'

red 175 ◦ green 190 ◦ blue 20

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

Shades of Bahia #AFBE14

Tints of Bahia #AFBE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 45.45%
G = 49.35%
B = 5.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#AFBE14 (or 0xAFBE14) is known color: Bahia. HEX triplet: AF, BE and 14. RGB value is (175,190,20). Sum of RGB (Red+Green+Blue) = 175+190+20=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBE14 is #5041EB. Grayscale: #A6A6A6. Windows color (decimal): -5259756 or 1359535. OLE color: 1359535.

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

Color convert

RGB 175 190 20 -
CMYK 0.08 0 0.89 0.25
HSL 65.29º 0.81% 0.41% -
HSV(B) 65.29º 0.89% 0.75% -
XYZ 36.22 45.99 7.63 -
YUV 166.14 45.53 134.32 -
System Red Green Blue C M Y K H S L
Decimal 175 190 20 0.08 0 0.89 0.25 65.29 0.81 0.41
Hex AF BE 14 8 0 59 19 41 51 29
Octal 257 276 24 10 0 131 31 101 121 51
Binary 10101111 10111110 10100 1000 0 1011001 11001 1000001 1010001 101001

Color Harmonies of #AFBE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE14

Black with #AFBE14

Text Example


Text Example

White with #AFBE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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