Html Css Color HEX #AFC023 Bahia

📋 copy color: '#AFC023'

red 175 ◦ green 192 ◦ blue 35

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

Shades of Bahia #AFC023

Tints of Bahia #AFC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.76%

 BLUE value IS 35 (14.06% from 255) = 8.71%

R = 43.53%
G = 47.76%
B = 8.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#AFC023 (or 0xAFC023) is known color: Bahia. HEX triplet: AF, C0 and 23. RGB value is (175,192,35). Sum of RGB (Red+Green+Blue) = 175+192+35=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC023 is #503FDC. Grayscale: #A9A9A9. Windows color (decimal): -5259229 or 2343087. OLE color: 2343087.

HSL color Cylindrical-coordinate representation of color #AFC023: hue angle of 66.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFC023 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 35 -
CMYK 0.09 0 0.82 0.25
HSL 66.5º 0.69% 0.45% -
HSV(B) 66.5º 0.82% 0.75% -
XYZ 36.83 46.93 8.71 -
YUV 169.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 175 192 35 0.09 0 0.82 0.25 66.5 0.69 0.45
Hex AF C0 23 9 0 52 19 42 45 2D
Octal 257 300 43 11 0 122 31 102 105 55
Binary 10101111 11000000 100011 1001 0 1010010 11001 1000010 1000101 101101

Color Harmonies of #AFC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC023

Black with #AFC023

Text Example


Text Example

White with #AFC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC023; }

 p { color: rgb(175,192,35); }

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

background-color css

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

 a { background-color: rgb(175,192,35); }

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

border-color css

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

 span { border-color: rgb(175,192,35); }

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