#CBCC29

Color #CBCC29 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CBCC29

Tints of Barberry #CBCC29

Color information

#CBCC29 (or 0xCBCC29) is unknown color: approx Barberry. HEX triplet: CB, CC and 29. RGB value is (203,204,41). Sum of RGB (Red+Green+Blue) = 203+204+41=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC29 is #3433D6. Grayscale: #B9B9B9. Windows color (decimal): -3421143 or 2739403. OLE color: 2739403.

HSL color Cylindrical-coordinate representation of color #CBCC29: hue angle of 60.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBCC29 is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20320441-
CMYK0.0000.800.2
HSL60.37º66.53%48.04%-
HSV(B)60.37º79.9%80%-
XYZ46.6256.0410.46-
YUV185.1246.67140.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 41 (16.41% from 255) = 9.15%
R=45.31%
G=45.54%
B=9.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203204410.0000.800.260.3766.5348.04
HexCBCC290050143c4330
Octal3133145100120247410360
Binary1100101111001100101001001010000101001111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC29; }

 p { color: rgb(203,204,41); }

 H1.HeaderClassName
 {
   color: #CBCC29;
 }
 .AnyTagClassName
 {
   color: #CBCC29;
 }
</style>
background-color css

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

 a { background-color: rgb(203,204,41); }

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

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

 span { border-color: rgb(203,204,41); }

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