Html Css Color HEX #ACBB07 Citrus

📋 copy color: '#ACBB07'

red 172 ◦ green 187 ◦ blue 7

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

Shades of Citrus #ACBB07

Tints of Citrus #ACBB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.09%

 BLUE value IS 7 (3.13% from 255) = 1.91%

R = 46.99%
G = 51.09%
B = 1.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#ACBB07 (or 0xACBB07) is known color: Citrus. HEX triplet: AC, BB and 07. RGB value is (172,187,7). Sum of RGB (Red+Green+Blue) = 172+187+7=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBB07 is #5344F8. Grayscale: #A2A2A2. Windows color (decimal): -5457145 or 506796. OLE color: 506796.

HSL color Cylindrical-coordinate representation of color #ACBB07: hue angle of 65º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACBB07 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 7 -
CMYK 0.08 0 0.96 0.27
HSL 65º 0.93% 0.38% -
HSV(B) 65º 0.96% 0.73% -
XYZ 34.82 44.33 6.92 -
YUV 162 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 172 187 7 0.08 0 0.96 0.27 65 0.93 0.38
Hex AC BB 7 8 0 60 1B 41 5D 26
Octal 254 273 7 10 0 140 33 101 135 46
Binary 10101100 10111011 111 1000 0 1100000 11011 1000001 1011101 100110

Color Harmonies of #ACBB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBB07

Black with #ACBB07

Text Example


Text Example

White with #ACBB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBB07; }

 p { color: rgb(172,187,7); }

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

background-color css

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

 a { background-color: rgb(172,187,7); }

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

border-color css

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

 span { border-color: rgb(172,187,7); }

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