#CBCC25

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

Shades of Barberry #CBCC25

Tints of Barberry #CBCC25

Color information

#CBCC25 (or 0xCBCC25) is unknown color: approx Barberry. HEX triplet: CB, CC and 25. RGB value is (203,204,37). Sum of RGB (Red+Green+Blue) = 203+204+37=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC25 is #3433DA. Grayscale: #B9B9B9. Windows color (decimal): -3421147 or 2477259. OLE color: 2477259.

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

Color convert

RGB20320437-
CMYK0.0000.820.2
HSL60.36º69.29%47.25%-
HSV(B)60.36º81.86%80%-
XYZ46.5656.0210.11-
YUV184.6644.67141.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 37 (14.84% from 255) = 8.33%
R=45.72%
G=45.95%
B=8.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203204370.0000.820.260.3669.2947.25
HexCBCC250052143c452f
Octal3133144500122247410557
Binary1100101111001100100101001010010101001111001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC25; }

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

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

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

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

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

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

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

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