Html Css Color HEX #ADC92F Bahia

📋 copy color: '#ADC92F'

red 173 ◦ green 201 ◦ blue 47

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

Shades of Bahia #ADC92F

Tints of Bahia #ADC92F

RGB

 RED value IS 173 (67.97% from 255) = 41.09%

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

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 41.09%
G = 47.74%
B = 11.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#ADC92F (or 0xADC92F) is known color: Bahia. HEX triplet: AD, C9 and 2F. RGB value is (173,201,47). Sum of RGB (Red+Green+Blue) = 173+201+47=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC92F is #5236D0. Grayscale: #AFAFAF. Windows color (decimal): -5387985 or 3131821. OLE color: 3131821.

HSL color Cylindrical-coordinate representation of color #ADC92F: hue angle of 70.91º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC92F is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 47 -
CMYK 0.14 0 0.77 0.21
HSL 70.91º 0.62% 0.49% -
HSV(B) 70.91º 0.77% 0.79% -
XYZ 38.63 50.86 10.47 -
YUV 175.07 55.72 126.52 -
System Red Green Blue C M Y K H S L
Decimal 173 201 47 0.14 0 0.77 0.21 70.91 0.62 0.49
Hex AD C9 2F E 0 4D 15 47 3E 31
Octal 255 311 57 16 0 115 25 107 76 61
Binary 10101101 11001001 101111 1110 0 1001101 10101 1000111 111110 110001

Color Harmonies of #ADC92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC92F

Black with #ADC92F

Text Example


Text Example

White with #ADC92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC92F; }

 p { color: rgb(173,201,47); }

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

background-color css

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

 a { background-color: rgb(173,201,47); }

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

border-color css

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

 span { border-color: rgb(173,201,47); }

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