Html Css Color HEX #AFB62A Bahia

📋 copy color: '#AFB62A'

red 175 ◦ green 182 ◦ blue 42

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

Shades of Bahia #AFB62A

Tints of Bahia #AFB62A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.61%

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

R = 43.86%
G = 45.61%
B = 10.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#AFB62A (or 0xAFB62A) is known color: Bahia. HEX triplet: AF, B6 and 2A. RGB value is (175,182,42). Sum of RGB (Red+Green+Blue) = 175+182+42=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB62A is #5049D5. Grayscale: #A4A4A4. Windows color (decimal): -5261782 or 2799279. OLE color: 2799279.

HSL color Cylindrical-coordinate representation of color #AFB62A: hue angle of 63º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFB62A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 42 -
CMYK 0.04 0 0.77 0.29
HSL 63º 0.63% 0.44% -
HSV(B) 63º 0.77% 0.71% -
XYZ 34.83 42.74 8.6 -
YUV 163.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 175 182 42 0.04 0 0.77 0.29 63 0.63 0.44
Hex AF B6 2A 4 0 4D 1D 3F 3E 2C
Octal 257 266 52 4 0 115 35 77 76 54
Binary 10101111 10110110 101010 100 0 1001101 11101 111111 111110 101100

Color Harmonies of #AFB62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB62A

Black with #AFB62A

Text Example


Text Example

White with #AFB62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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