Html Css Color HEX #AFBF12 Bahia

📋 copy color: '#AFBF12'

red 175 ◦ green 191 ◦ blue 18

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

Shades of Bahia #AFBF12

Tints of Bahia #AFBF12

RGB

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

 GREEN value IS 191 (75% from 255) = 49.74%

 BLUE value IS 18 (7.42% from 255) = 4.69%

R = 45.57%
G = 49.74%
B = 4.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#AFBF12 (or 0xAFBF12) is known color: Bahia. HEX triplet: AF, BF and 12. RGB value is (175,191,18). Sum of RGB (Red+Green+Blue) = 175+191+18=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBF12 is #5040ED. Grayscale: #A7A7A7. Windows color (decimal): -5259502 or 1228719. OLE color: 1228719.

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

Color convert

RGB 175 191 18 -
CMYK 0.08 0 0.91 0.25
HSL 65.55º 0.83% 0.41% -
HSV(B) 65.55º 0.91% 0.75% -
XYZ 36.42 46.42 7.61 -
YUV 166.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 175 191 18 0.08 0 0.91 0.25 65.55 0.83 0.41
Hex AF BF 12 8 0 5B 19 42 53 29
Octal 257 277 22 10 0 133 31 102 123 51
Binary 10101111 10111111 10010 1000 0 1011011 11001 1000010 1010011 101001

Color Harmonies of #AFBF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF12

Black with #AFBF12

Text Example


Text Example

White with #AFBF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF12; }

 p { color: rgb(175,191,18); }

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

background-color css

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

 a { background-color: rgb(175,191,18); }

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

border-color css

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

 span { border-color: rgb(175,191,18); }

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