Html Css Color HEX #C2BC27 Barberry

📋 copy color: '#C2BC27'

red 194 ◦ green 188 ◦ blue 39

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

Shades of Barberry #C2BC27

Tints of Barberry #C2BC27

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

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

R = 46.08%
G = 44.66%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2BC27 (or 0xC2BC27) is known color: Barberry. HEX triplet: C2, BC and 27. RGB value is (194,188,39). Sum of RGB (Red+Green+Blue) = 194+188+39=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC27 is #3D43D8. Grayscale: #ADADAD. Windows color (decimal): -4015065 or 2604226. OLE color: 2604226.

HSL color Cylindrical-coordinate representation of color #C2BC27: hue angle of 57.68º 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 #C2BC27 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 39 -
CMYK 0 0.03 0.80 0.24
HSL 57.68º 0.67% 0.46% -
HSV(B) 57.68º 0.8% 0.76% -
XYZ 40.6 47.58 8.96 -
YUV 172.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 194 188 39 0 0.03 0.80 0.24 57.68 0.67 0.46
Hex C2 BC 27 0 3 50 18 3A 43 2E
Octal 302 274 47 0 3 120 30 72 103 56
Binary 11000010 10111100 100111 0 11 1010000 11000 111010 1000011 101110

Color Harmonies of #C2BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC27

Black with #C2BC27

Text Example


Text Example

White with #C2BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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