Html Css Color HEX #ADB212 Citrus

📋 copy color: '#ADB212'

red 173 ◦ green 178 ◦ blue 18

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

Shades of Citrus #ADB212

Tints of Citrus #ADB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.24%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 46.88%
G = 48.24%
B = 4.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#ADB212 (or 0xADB212) is known color: Citrus. HEX triplet: AD, B2 and 12. RGB value is (173,178,18). Sum of RGB (Red+Green+Blue) = 173+178+18=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB212 is #524DED. Grayscale: #9E9E9E. Windows color (decimal): -5393902 or 1225389. OLE color: 1225389.

HSL color Cylindrical-coordinate representation of color #ADB212: hue angle of 61.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB212 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 18 -
CMYK 0.03 0 0.90 0.30
HSL 61.88º 0.82% 0.38% -
HSV(B) 61.88º 0.9% 0.7% -
XYZ 33.26 40.77 6.69 -
YUV 158.27 48.84 138.51 -
System Red Green Blue C M Y K H S L
Decimal 173 178 18 0.03 0 0.90 0.30 61.88 0.82 0.38
Hex AD B2 12 3 0 5A 1E 3E 52 26
Octal 255 262 22 3 0 132 36 76 122 46
Binary 10101101 10110010 10010 11 0 1011010 11110 111110 1010010 100110

Color Harmonies of #ADB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB212

Black with #ADB212

Text Example


Text Example

White with #ADB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB212; }

 p { color: rgb(173,178,18); }

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

background-color css

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

 a { background-color: rgb(173,178,18); }

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

border-color css

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

 span { border-color: rgb(173,178,18); }

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