Html Css Color HEX #ACBD0B Citrus

📋 copy color: '#ACBD0B'

red 172 ◦ green 189 ◦ blue 11

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

Shades of Citrus #ACBD0B

Tints of Citrus #ACBD0B

RGB

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

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

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

R = 46.24%
G = 50.81%
B = 2.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#ACBD0B (or 0xACBD0B) is known color: Citrus. HEX triplet: AC, BD and 0B. RGB value is (172,189,11). Sum of RGB (Red+Green+Blue) = 172+189+11=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD0B is #5342F4. Grayscale: #A4A4A4. Windows color (decimal): -5456629 or 769452. OLE color: 769452.

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

Color convert

RGB 172 189 11 -
CMYK 0.09 0 0.94 0.26
HSL 65.73º 0.89% 0.39% -
HSV(B) 65.73º 0.94% 0.74% -
XYZ 35.27 45.19 7.18 -
YUV 163.63 41.87 133.97 -
System Red Green Blue C M Y K H S L
Decimal 172 189 11 0.09 0 0.94 0.26 65.73 0.89 0.39
Hex AC BD B 9 0 5E 1A 42 59 27
Octal 254 275 13 11 0 136 32 102 131 47
Binary 10101100 10111101 1011 1001 0 1011110 11010 1000010 1011001 100111

Color Harmonies of #ACBD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBD0B

Black with #ACBD0B

Text Example


Text Example

White with #ACBD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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