Html Css Color HEX #C8BC22 Barberry

📋 copy color: '#C8BC22'

red 200 ◦ green 188 ◦ blue 34

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

Shades of Barberry #C8BC22

Tints of Barberry #C8BC22

RGB

 RED value IS 200 (78.52% from 255) = 47.39%

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

 BLUE value IS 34 (13.67% from 255) = 8.06%

R = 47.39%
G = 44.55%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C8BC22 (or 0xC8BC22) is known color: Barberry. HEX triplet: C8, BC and 22. RGB value is (200,188,34). Sum of RGB (Red+Green+Blue) = 200+188+34=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC22 is #3743DD. Grayscale: #AEAEAE. Windows color (decimal): -3621854 or 2276552. OLE color: 2276552.

HSL color Cylindrical-coordinate representation of color #C8BC22: hue angle of 55.66º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8BC22 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 34 -
CMYK 0 0.06 0.83 0.22
HSL 55.66º 0.71% 0.46% -
HSV(B) 55.66º 0.83% 0.78% -
XYZ 42.09 48.36 8.63 -
YUV 174.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 200 188 34 0 0.06 0.83 0.22 55.66 0.71 0.46
Hex C8 BC 22 0 6 53 16 38 47 2E
Octal 310 274 42 0 6 123 26 70 107 56
Binary 11001000 10111100 100010 0 110 1010011 10110 111000 1000111 101110

Color Harmonies of #C8BC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC22

Black with #C8BC22

Text Example


Text Example

White with #C8BC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC22; }

 p { color: rgb(200,188,34); }

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

background-color css

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

 a { background-color: rgb(200,188,34); }

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

border-color css

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

 span { border-color: rgb(200,188,34); }

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