Html Css Color HEX #ACBD0D Citrus

📋 copy color: '#ACBD0D'

red 172 ◦ green 189 ◦ blue 13

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

Shades of Citrus #ACBD0D

Tints of Citrus #ACBD0D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.53%

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

R = 45.99%
G = 50.53%
B = 3.48%

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

#ACBD0D (or 0xACBD0D) is known color: Citrus. HEX triplet: AC, BD and 0D. RGB value is (172,189,13). Sum of RGB (Red+Green+Blue) = 172+189+13=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD0D is #5342F2. Grayscale: #A4A4A4. Windows color (decimal): -5456627 or 900524. OLE color: 900524.

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

Color convert

RGB 172 189 13 -
CMYK 0.09 0 0.93 0.26
HSL 65.8º 0.87% 0.4% -
HSV(B) 65.8º 0.93% 0.74% -
XYZ 35.28 45.19 7.24 -
YUV 163.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 172 189 13 0.09 0 0.93 0.26 65.8 0.87 0.4
Hex AC BD D 9 0 5D 1A 42 57 28
Octal 254 275 15 11 0 135 32 102 127 50
Binary 10101100 10111101 1101 1001 0 1011101 11010 1000010 1010111 101000

Color Harmonies of #ACBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD0D

Black with #ACBD0D

Text Example


Text Example

White with #ACBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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