Html Css Color HEX #AFCD26 Bahia

📋 copy color: '#AFCD26'

red 175 ◦ green 205 ◦ blue 38

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

Shades of Bahia #AFCD26

Tints of Bahia #AFCD26

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.04%

 BLUE value IS 38 (15.23% from 255) = 9.09%

R = 41.87%
G = 49.04%
B = 9.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#AFCD26 (or 0xAFCD26) is known color: Bahia. HEX triplet: AF, CD and 26. RGB value is (175,205,38). Sum of RGB (Red+Green+Blue) = 175+205+38=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD26 is #5032D9. Grayscale: #B1B1B1. Windows color (decimal): -5255898 or 2543023. OLE color: 2543023.

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

Color convert

RGB 175 205 38 -
CMYK 0.15 0 0.81 0.20
HSL 70.78º 0.69% 0.48% -
HSV(B) 70.78º 0.81% 0.8% -
XYZ 39.86 52.92 9.95 -
YUV 176.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 175 205 38 0.15 0 0.81 0.20 70.78 0.69 0.48
Hex AF CD 26 F 0 51 14 47 45 30
Octal 257 315 46 17 0 121 24 107 105 60
Binary 10101111 11001101 100110 1111 0 1010001 10100 1000111 1000101 110000

Color Harmonies of #AFCD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD26

Black with #AFCD26

Text Example


Text Example

White with #AFCD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD26; }

 p { color: rgb(175,205,38); }

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

background-color css

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

 a { background-color: rgb(175,205,38); }

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

border-color css

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

 span { border-color: rgb(175,205,38); }

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