Html Css Color HEX #CABB29 Barberry

📋 copy color: '#CABB29'

red 202 ◦ green 187 ◦ blue 41

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

Shades of Barberry #CABB29

Tints of Barberry #CABB29

RGB

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

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

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

R = 46.98%
G = 43.49%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CABB29 (or 0xCABB29) is known color: Barberry. HEX triplet: CA, BB and 29. RGB value is (202,187,41). Sum of RGB (Red+Green+Blue) = 202+187+41=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB29 is #3544D6. Grayscale: #AFAFAF. Windows color (decimal): -3491031 or 2735050. OLE color: 2735050.

HSL color Cylindrical-coordinate representation of color #CABB29: hue angle of 54.41º 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 #CABB29 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 41 -
CMYK 0 0.07 0.80 0.21
HSL 54.41º 0.66% 0.48% -
HSV(B) 54.41º 0.8% 0.79% -
XYZ 42.53 48.26 9.17 -
YUV 174.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 202 187 41 0 0.07 0.80 0.21 54.41 0.66 0.48
Hex CA BB 29 0 7 50 15 36 42 30
Octal 312 273 51 0 7 120 25 66 102 60
Binary 11001010 10111011 101001 0 111 1010000 10101 110110 1000010 110000

Color Harmonies of #CABB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB29

Black with #CABB29

Text Example


Text Example

White with #CABB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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