Html Css Color HEX #AFC92B Bahia

📋 copy color: '#AFC92B'

red 175 ◦ green 201 ◦ blue 43

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

Shades of Bahia #AFC92B

Tints of Bahia #AFC92B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.97%

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

R = 41.77%
G = 47.97%
B = 10.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#AFC92B (or 0xAFC92B) is known color: Bahia. HEX triplet: AF, C9 and 2B. RGB value is (175,201,43). Sum of RGB (Red+Green+Blue) = 175+201+43=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC92B is #5036D4. Grayscale: #AFAFAF. Windows color (decimal): -5256917 or 2869679. OLE color: 2869679.

HSL color Cylindrical-coordinate representation of color #AFC92B: hue angle of 69.87º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFC92B is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 43 -
CMYK 0.13 0 0.79 0.21
HSL 69.87º 0.65% 0.48% -
HSV(B) 69.87º 0.79% 0.79% -
XYZ 39 51.06 10.09 -
YUV 175.21 53.39 127.85 -
System Red Green Blue C M Y K H S L
Decimal 175 201 43 0.13 0 0.79 0.21 69.87 0.65 0.48
Hex AF C9 2B D 0 4F 15 46 41 30
Octal 257 311 53 15 0 117 25 106 101 60
Binary 10101111 11001001 101011 1101 0 1001111 10101 1000110 1000001 110000

Color Harmonies of #AFC92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC92B

Black with #AFC92B

Text Example


Text Example

White with #AFC92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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