Html Css Color HEX #ADC92B Bahia

📋 copy color: '#ADC92B'

red 173 ◦ green 201 ◦ blue 43

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

Shades of Bahia #ADC92B

Tints of Bahia #ADC92B

RGB

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

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

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

R = 41.49%
G = 48.2%
B = 10.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#ADC92B (or 0xADC92B) is known color: Bahia. HEX triplet: AD, C9 and 2B. RGB value is (173,201,43). Sum of RGB (Red+Green+Blue) = 173+201+43=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC92B is #5236D4. Grayscale: #AFAFAF. Windows color (decimal): -5387989 or 2869677. OLE color: 2869677.

HSL color Cylindrical-coordinate representation of color #ADC92B: hue angle of 70.63º 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 #ADC92B is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 43 -
CMYK 0.14 0 0.79 0.21
HSL 70.63º 0.65% 0.48% -
HSV(B) 70.63º 0.79% 0.79% -
XYZ 38.56 50.83 10.06 -
YUV 174.62 53.72 126.85 -
System Red Green Blue C M Y K H S L
Decimal 173 201 43 0.14 0 0.79 0.21 70.63 0.65 0.48
Hex AD C9 2B E 0 4F 15 47 41 30
Octal 255 311 53 16 0 117 25 107 101 60
Binary 10101101 11001001 101011 1110 0 1001111 10101 1000111 1000001 110000

Color Harmonies of #ADC92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC92B

Black with #ADC92B

Text Example


Text Example

White with #ADC92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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