Html Css Color HEX #AFB62B Bahia

📋 copy color: '#AFB62B'

red 175 ◦ green 182 ◦ blue 43

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

Shades of Bahia #AFB62B

Tints of Bahia #AFB62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 43.75%
G = 45.5%
B = 10.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#AFB62B (or 0xAFB62B) is known color: Bahia. HEX triplet: AF, B6 and 2B. RGB value is (175,182,43). Sum of RGB (Red+Green+Blue) = 175+182+43=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB62B is #5049D4. Grayscale: #A4A4A4. Windows color (decimal): -5261781 or 2864815. OLE color: 2864815.

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

Color convert

RGB 175 182 43 -
CMYK 0.04 0 0.76 0.29
HSL 63.02º 0.62% 0.44% -
HSV(B) 63.02º 0.76% 0.71% -
XYZ 34.84 42.74 8.7 -
YUV 164.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 175 182 43 0.04 0 0.76 0.29 63.02 0.62 0.44
Hex AF B6 2B 4 0 4C 1D 3F 3E 2C
Octal 257 266 53 4 0 114 35 77 76 54
Binary 10101111 10110110 101011 100 0 1001100 11101 111111 111110 101100

Color Harmonies of #AFB62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB62B

Black with #AFB62B

Text Example


Text Example

White with #AFB62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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