Html Css Color HEX #ADB30B Citrus

📋 copy color: '#ADB30B'

red 173 ◦ green 179 ◦ blue 11

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

Shades of Citrus #ADB30B

Tints of Citrus #ADB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 47.66%
G = 49.31%
B = 3.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#ADB30B (or 0xADB30B) is known color: Citrus. HEX triplet: AD, B3 and 0B. RGB value is (173,179,11). Sum of RGB (Red+Green+Blue) = 173+179+11=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB30B is #524CF4. Grayscale: #9E9E9E. Windows color (decimal): -5393653 or 766893. OLE color: 766893.

HSL color Cylindrical-coordinate representation of color #ADB30B: hue angle of 62.14º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB30B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 11 -
CMYK 0.03 0 0.94 0.30
HSL 62.14º 0.88% 0.37% -
HSV(B) 62.14º 0.94% 0.7% -
XYZ 33.41 41.15 6.5 -
YUV 158.05 45.01 138.66 -
System Red Green Blue C M Y K H S L
Decimal 173 179 11 0.03 0 0.94 0.30 62.14 0.88 0.37
Hex AD B3 B 3 0 5E 1E 3E 58 25
Octal 255 263 13 3 0 136 36 76 130 45
Binary 10101101 10110011 1011 11 0 1011110 11110 111110 1011000 100101

Color Harmonies of #ADB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB30B

Black with #ADB30B

Text Example


Text Example

White with #ADB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB30B; }

 p { color: rgb(173,179,11); }

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

background-color css

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

 a { background-color: rgb(173,179,11); }

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

border-color css

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

 span { border-color: rgb(173,179,11); }

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