Html Css Color HEX #ADCF21 Bahia

📋 copy color: '#ADCF21'

red 173 ◦ green 207 ◦ blue 33

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

Shades of Bahia #ADCF21

Tints of Bahia #ADCF21

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.12%

 BLUE value IS 33 (13.28% from 255) = 7.99%

R = 41.89%
G = 50.12%
B = 7.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#ADCF21 (or 0xADCF21) is known color: Bahia. HEX triplet: AD, CF and 21. RGB value is (173,207,33). Sum of RGB (Red+Green+Blue) = 173+207+33=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF21 is #5230DE. Grayscale: #B1B1B1. Windows color (decimal): -5386463 or 2215853. OLE color: 2215853.

HSL color Cylindrical-coordinate representation of color #ADCF21: hue angle of 71.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADCF21 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 33 -
CMYK 0.16 0 0.84 0.19
HSL 71.72º 0.73% 0.47% -
HSV(B) 71.72º 0.84% 0.81% -
XYZ 39.82 53.62 9.69 -
YUV 177 46.74 125.15 -
System Red Green Blue C M Y K H S L
Decimal 173 207 33 0.16 0 0.84 0.19 71.72 0.73 0.47
Hex AD CF 21 10 0 54 13 48 48 2F
Octal 255 317 41 20 0 124 23 110 110 57
Binary 10101101 11001111 100001 10000 0 1010100 10011 1001000 1001000 101111

Color Harmonies of #ADCF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF21

Black with #ADCF21

Text Example


Text Example

White with #ADCF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF21; }

 p { color: rgb(173,207,33); }

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

background-color css

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

 a { background-color: rgb(173,207,33); }

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

border-color css

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

 span { border-color: rgb(173,207,33); }

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