Html Css Color HEX #ADC02B Bahia

📋 copy color: '#ADC02B'

red 173 ◦ green 192 ◦ blue 43

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

Shades of Bahia #ADC02B

Tints of Bahia #ADC02B

RGB

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

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

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

R = 42.4%
G = 47.06%
B = 10.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#ADC02B (or 0xADC02B) is known color: Bahia. HEX triplet: AD, C0 and 2B. RGB value is (173,192,43). Sum of RGB (Red+Green+Blue) = 173+192+43=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC02B is #523FD4. Grayscale: #A9A9A9. Windows color (decimal): -5390293 or 2867373. OLE color: 2867373.

HSL color Cylindrical-coordinate representation of color #ADC02B: hue angle of 67.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADC02B is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 43 -
CMYK 0.10 0 0.78 0.25
HSL 67.65º 0.63% 0.46% -
HSV(B) 67.65º 0.78% 0.75% -
XYZ 36.52 46.76 9.39 -
YUV 169.33 56.71 130.62 -
System Red Green Blue C M Y K H S L
Decimal 173 192 43 0.10 0 0.78 0.25 67.65 0.63 0.46
Hex AD C0 2B A 0 4E 19 44 3F 2E
Octal 255 300 53 12 0 116 31 104 77 56
Binary 10101101 11000000 101011 1010 0 1001110 11001 1000100 111111 101110

Color Harmonies of #ADC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC02B

Black with #ADC02B

Text Example


Text Example

White with #ADC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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