Html Css Color HEX #AFBE1C Bahia

📋 copy color: '#AFBE1C'

red 175 ◦ green 190 ◦ blue 28

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

Shades of Bahia #AFBE1C

Tints of Bahia #AFBE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 44.53%
G = 48.35%
B = 7.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#AFBE1C (or 0xAFBE1C) is known color: Bahia. HEX triplet: AF, BE and 1C. RGB value is (175,190,28). Sum of RGB (Red+Green+Blue) = 175+190+28=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE1C is #5041E3. Grayscale: #A7A7A7. Windows color (decimal): -5259748 or 1883823. OLE color: 1883823.

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

Color convert

RGB 175 190 28 -
CMYK 0.08 0 0.85 0.25
HSL 65.56º 0.74% 0.43% -
HSV(B) 65.56º 0.85% 0.75% -
XYZ 36.3 46.02 8.07 -
YUV 167.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 175 190 28 0.08 0 0.85 0.25 65.56 0.74 0.43
Hex AF BE 1C 8 0 55 19 42 4A 2B
Octal 257 276 34 10 0 125 31 102 112 53
Binary 10101111 10111110 11100 1000 0 1010101 11001 1000010 1001010 101011

Color Harmonies of #AFBE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE1C

Black with #AFBE1C

Text Example


Text Example

White with #AFBE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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