Html Css Color HEX #C2BE24 Barberry

📋 copy color: '#C2BE24'

red 194 ◦ green 190 ◦ blue 36

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

Shades of Barberry #C2BE24

Tints of Barberry #C2BE24

RGB

 RED value IS 194 (76.17% from 255) = 46.19%

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

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

R = 46.19%
G = 45.24%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2BE24 (or 0xC2BE24) is known color: Barberry. HEX triplet: C2, BE and 24. RGB value is (194,190,36). Sum of RGB (Red+Green+Blue) = 194+190+36=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE24 is #3D41DB. Grayscale: #AEAEAE. Windows color (decimal): -4014556 or 2408130. OLE color: 2408130.

HSL color Cylindrical-coordinate representation of color #C2BE24: hue angle of 58.48º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2BE24 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 36 -
CMYK 0 0.02 0.81 0.24
HSL 58.48º 0.69% 0.45% -
HSV(B) 58.48º 0.81% 0.76% -
XYZ 40.98 48.42 8.86 -
YUV 173.64 50.33 142.52 -
System Red Green Blue C M Y K H S L
Decimal 194 190 36 0 0.02 0.81 0.24 58.48 0.69 0.45
Hex C2 BE 24 0 2 51 18 3A 45 2D
Octal 302 276 44 0 2 121 30 72 105 55
Binary 11000010 10111110 100100 0 10 1010001 11000 111010 1000101 101101

Color Harmonies of #C2BE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE24

Black with #C2BE24

Text Example


Text Example

White with #C2BE24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE24; }

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

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

background-color css

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

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

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

border-color css

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

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

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