Html Css Color HEX #CABB54 Tacha

📋 copy color: '#CABB54'

red 202 ◦ green 187 ◦ blue 84

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

Shades of Tacha #CABB54

Tints of Tacha #CABB54

RGB

 RED value IS 202 (79.3% from 255) = 42.71%

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

 BLUE value IS 84 (33.2% from 255) = 17.76%

R = 42.71%
G = 39.53%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CABB54 (or 0xCABB54) is known color: Tacha. HEX triplet: CA, BB and 54. RGB value is (202,187,84). Sum of RGB (Red+Green+Blue) = 202+187+84=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB54 is #3544AB. Grayscale: #B4B4B4. Windows color (decimal): -3490988 or 5553098. OLE color: 5553098.

HSL color Cylindrical-coordinate representation of color #CABB54: hue angle of 52.37º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CABB54 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 84 -
CMYK 0 0.07 0.58 0.21
HSL 52.37º 0.53% 0.56% -
HSV(B) 52.37º 0.58% 0.79% -
XYZ 43.73 48.74 15.49 -
YUV 179.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 202 187 84 0 0.07 0.58 0.21 52.37 0.53 0.56
Hex CA BB 54 0 7 3A 15 34 35 38
Octal 312 273 124 0 7 72 25 64 65 70
Binary 11001010 10111011 1010100 0 111 111010 10101 110100 110101 111000

Color Harmonies of #CABB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB54

Black with #CABB54

Text Example


Text Example

White with #CABB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB54; }

 p { color: rgb(202,187,84); }

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

background-color css

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

 a { background-color: rgb(202,187,84); }

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

border-color css

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

 span { border-color: rgb(202,187,84); }

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