Html Css Color HEX #C2BF25 Barberry

📋 copy color: '#C2BF25'

red 194 ◦ green 191 ◦ blue 37

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

Shades of Barberry #C2BF25

Tints of Barberry #C2BF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 45.97%
G = 45.26%
B = 8.77%

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

#C2BF25 (or 0xC2BF25) is known color: Barberry. HEX triplet: C2, BF and 25. RGB value is (194,191,37). Sum of RGB (Red+Green+Blue) = 194+191+37=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF25 is #3D40DA. Grayscale: #AEAEAE. Windows color (decimal): -4014299 or 2473922. OLE color: 2473922.

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

Color convert

RGB 194 191 37 -
CMYK 0 0.02 0.81 0.24
HSL 58.85º 0.68% 0.45% -
HSV(B) 58.85º 0.81% 0.76% -
XYZ 41.21 48.86 9.01 -
YUV 174.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 194 191 37 0 0.02 0.81 0.24 58.85 0.68 0.45
Hex C2 BF 25 0 2 51 18 3B 44 2D
Octal 302 277 45 0 2 121 30 73 104 55
Binary 11000010 10111111 100101 0 10 1010001 11000 111011 1000100 101101

Color Harmonies of #C2BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF25

Black with #C2BF25

Text Example


Text Example

White with #C2BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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