Html Css Color HEX #C2BF27 Barberry

📋 copy color: '#C2BF27'

red 194 ◦ green 191 ◦ blue 39

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

Shades of Barberry #C2BF27

Tints of Barberry #C2BF27

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

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

R = 45.75%
G = 45.05%
B = 9.2%

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

#C2BF27 (or 0xC2BF27) is known color: Barberry. HEX triplet: C2, BF and 27. RGB value is (194,191,39). Sum of RGB (Red+Green+Blue) = 194+191+39=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF27 is #3D40D8. Grayscale: #AFAFAF. Windows color (decimal): -4014297 or 2604994. OLE color: 2604994.

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

Color convert

RGB 194 191 39 -
CMYK 0 0.02 0.80 0.24
HSL 58.84º 0.67% 0.46% -
HSV(B) 58.84º 0.8% 0.76% -
XYZ 41.25 48.88 9.18 -
YUV 174.57 51.49 141.86 -
System Red Green Blue C M Y K H S L
Decimal 194 191 39 0 0.02 0.80 0.24 58.84 0.67 0.46
Hex C2 BF 27 0 2 50 18 3B 43 2E
Octal 302 277 47 0 2 120 30 73 103 56
Binary 11000010 10111111 100111 0 10 1010000 11000 111011 1000011 101110

Color Harmonies of #C2BF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF27

Black with #C2BF27

Text Example


Text Example

White with #C2BF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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