Html Css Color HEX #AFC827 Bahia

📋 copy color: '#AFC827'

red 175 ◦ green 200 ◦ blue 39

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

Shades of Bahia #AFC827

Tints of Bahia #AFC827

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.31%

 BLUE value IS 39 (15.63% from 255) = 9.42%

R = 42.27%
G = 48.31%
B = 9.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#AFC827 (or 0xAFC827) is known color: Bahia. HEX triplet: AF, C8 and 27. RGB value is (175,200,39). Sum of RGB (Red+Green+Blue) = 175+200+39=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC827 is #5037D8. Grayscale: #AEAEAE. Windows color (decimal): -5257177 or 2607279. OLE color: 2607279.

HSL color Cylindrical-coordinate representation of color #AFC827: hue angle of 69.32º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFC827 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 39 -
CMYK 0.12 0 0.80 0.22
HSL 69.32º 0.67% 0.47% -
HSV(B) 69.32º 0.81% 0.78% -
XYZ 38.7 50.57 9.64 -
YUV 174.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 175 200 39 0.12 0 0.80 0.22 69.32 0.67 0.47
Hex AF C8 27 C 0 50 16 45 43 2F
Octal 257 310 47 14 0 120 26 105 103 57
Binary 10101111 11001000 100111 1100 0 1010000 10110 1000101 1000011 101111

Color Harmonies of #AFC827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC827

Black with #AFC827

Text Example


Text Example

White with #AFC827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC827; }

 p { color: rgb(175,200,39); }

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

background-color css

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

 a { background-color: rgb(175,200,39); }

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

border-color css

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

 span { border-color: rgb(175,200,39); }

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