Html Css Color HEX #AFCB2A Bahia

📋 copy color: '#AFCB2A'

red 175 ◦ green 203 ◦ blue 42

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

Shades of Bahia #AFCB2A

Tints of Bahia #AFCB2A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.33%

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

R = 41.67%
G = 48.33%
B = 10%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#AFCB2A (or 0xAFCB2A) is known color: Bahia. HEX triplet: AF, CB and 2A. RGB value is (175,203,42). Sum of RGB (Red+Green+Blue) = 175+203+42=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCB2A is #5034D5. Grayscale: #B0B0B0. Windows color (decimal): -5256406 or 2804655. OLE color: 2804655.

HSL color Cylindrical-coordinate representation of color #AFCB2A: hue angle of 70.43º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFCB2A is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 42 -
CMYK 0.14 0 0.79 0.20
HSL 70.43º 0.66% 0.48% -
HSV(B) 70.43º 0.79% 0.8% -
XYZ 39.45 51.99 10.15 -
YUV 176.27 52.22 127.09 -
System Red Green Blue C M Y K H S L
Decimal 175 203 42 0.14 0 0.79 0.20 70.43 0.66 0.48
Hex AF CB 2A E 0 4F 14 46 42 30
Octal 257 313 52 16 0 117 24 106 102 60
Binary 10101111 11001011 101010 1110 0 1001111 10100 1000110 1000010 110000

Color Harmonies of #AFCB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB2A

Black with #AFCB2A

Text Example


Text Example

White with #AFCB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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