Html Css Color HEX #ACBC0D Citrus

📋 copy color: '#ACBC0D'

red 172 ◦ green 188 ◦ blue 13

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

Shades of Citrus #ACBC0D

Tints of Citrus #ACBC0D

RGB

 RED value IS 172 (67.58% from 255) = 46.11%

 GREEN value IS 188 (73.83% from 255) = 50.4%

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 46.11%
G = 50.4%
B = 3.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#ACBC0D (or 0xACBC0D) is known color: Citrus. HEX triplet: AC, BC and 0D. RGB value is (172,188,13). Sum of RGB (Red+Green+Blue) = 172+188+13=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC0D is #5343F2. Grayscale: #A3A3A3. Windows color (decimal): -5456883 or 900268. OLE color: 900268.

HSL color Cylindrical-coordinate representation of color #ACBC0D: hue angle of 65.49º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACBC0D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 188 13 -
CMYK 0.09 0 0.93 0.26
HSL 65.49º 0.87% 0.39% -
HSV(B) 65.49º 0.93% 0.74% -
XYZ 35.07 44.77 7.17 -
YUV 163.27 43.2 134.23 -
System Red Green Blue C M Y K H S L
Decimal 172 188 13 0.09 0 0.93 0.26 65.49 0.87 0.39
Hex AC BC D 9 0 5D 1A 41 57 27
Octal 254 274 15 11 0 135 32 101 127 47
Binary 10101100 10111100 1101 1001 0 1011101 11010 1000001 1010111 100111

Color Harmonies of #ACBC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBC0D

Black with #ACBC0D

Text Example


Text Example

White with #ACBC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBC0D; }

 p { color: rgb(172,188,13); }

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

background-color css

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

 a { background-color: rgb(172,188,13); }

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

border-color css

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

 span { border-color: rgb(172,188,13); }

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