Html Css Color HEX #C2BE27 Barberry

📋 copy color: '#C2BE27'

red 194 ◦ green 190 ◦ blue 39

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

Shades of Barberry #C2BE27

Tints of Barberry #C2BE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 45.86%
G = 44.92%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2BE27 (or 0xC2BE27) is known color: Barberry. HEX triplet: C2, BE and 27. RGB value is (194,190,39). Sum of RGB (Red+Green+Blue) = 194+190+39=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE27 is #3D41D8. Grayscale: #AEAEAE. Windows color (decimal): -4014553 or 2604738. OLE color: 2604738.

HSL color Cylindrical-coordinate representation of color #C2BE27: hue angle of 58.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2BE27 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 39 -
CMYK 0 0.02 0.80 0.24
HSL 58.45º 0.67% 0.46% -
HSV(B) 58.45º 0.8% 0.76% -
XYZ 41.03 48.44 9.11 -
YUV 173.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 194 190 39 0 0.02 0.80 0.24 58.45 0.67 0.46
Hex C2 BE 27 0 2 50 18 3A 43 2E
Octal 302 276 47 0 2 120 30 72 103 56
Binary 11000010 10111110 100111 0 10 1010000 11000 111010 1000011 101110

Color Harmonies of #C2BE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE27

Black with #C2BE27

Text Example


Text Example

White with #C2BE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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