Html Css Color HEX #CCBE24 Barberry

📋 copy color: '#CCBE24'

red 204 ◦ green 190 ◦ blue 36

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

Shades of Barberry #CCBE24

Tints of Barberry #CCBE24

RGB

 RED value IS 204 (80.08% from 255) = 47.44%

 GREEN value IS 190 (74.61% from 255) = 44.19%

 BLUE value IS 36 (14.45% from 255) = 8.37%

R = 47.44%
G = 44.19%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCBE24 (or 0xCCBE24) is known color: Barberry. HEX triplet: CC, BE and 24. RGB value is (204,190,36). Sum of RGB (Red+Green+Blue) = 204+190+36=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE24 is #3341DB. Grayscale: #B1B1B1. Windows color (decimal): -3359196 or 2408140. OLE color: 2408140.

HSL color Cylindrical-coordinate representation of color #CCBE24: hue angle of 55º degrees, saturation: 0.7, 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 #CCBE24 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 36 -
CMYK 0 0.07 0.82 0.2
HSL 55º 0.7% 0.47% -
HSV(B) 55º 0.82% 0.8% -
XYZ 43.63 49.79 8.98 -
YUV 176.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 204 190 36 0 0.07 0.82 0.2 55 0.7 0.47
Hex CC BE 24 0 7 52 14 37 46 2F
Octal 314 276 44 0 7 122 24 67 106 57
Binary 11001100 10111110 100100 0 111 1010010 10100 110111 1000110 101111

Color Harmonies of #CCBE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE24

Black with #CCBE24

Text Example


Text Example

White with #CCBE24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE24; }

 p { color: rgb(204,190,36); }

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

background-color css

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

 a { background-color: rgb(204,190,36); }

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

border-color css

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

 span { border-color: rgb(204,190,36); }

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