Html Css Color HEX #CABA29 Barberry

📋 copy color: '#CABA29'

red 202 ◦ green 186 ◦ blue 41

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

Shades of Barberry #CABA29

Tints of Barberry #CABA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

 BLUE value IS 41 (16.41% from 255) = 9.56%

R = 47.09%
G = 43.36%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CABA29 (or 0xCABA29) is known color: Barberry. HEX triplet: CA, BA and 29. RGB value is (202,186,41). Sum of RGB (Red+Green+Blue) = 202+186+41=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA29 is #3545D6. Grayscale: #AEAEAE. Windows color (decimal): -3491287 or 2734794. OLE color: 2734794.

HSL color Cylindrical-coordinate representation of color #CABA29: hue angle of 54.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CABA29 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 186 41 -
CMYK 0 0.08 0.80 0.21
HSL 54.04º 0.66% 0.48% -
HSV(B) 54.04º 0.8% 0.79% -
XYZ 42.32 47.83 9.1 -
YUV 174.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 202 186 41 0 0.08 0.80 0.21 54.04 0.66 0.48
Hex CA BA 29 0 8 50 15 36 42 30
Octal 312 272 51 0 10 120 25 66 102 60
Binary 11001010 10111010 101001 0 1000 1010000 10101 110110 1000010 110000

Color Harmonies of #CABA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA29

Black with #CABA29

Text Example


Text Example

White with #CABA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA29; }

 p { color: rgb(202,186,41); }

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

background-color css

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

 a { background-color: rgb(202,186,41); }

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

border-color css

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

 span { border-color: rgb(202,186,41); }

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