Html Css Color HEX #C8BD28 Barberry

📋 copy color: '#C8BD28'

red 200 ◦ green 189 ◦ blue 40

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

Shades of Barberry #C8BD28

Tints of Barberry #C8BD28

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.06%

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 46.62%
G = 44.06%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C8BD28 (or 0xC8BD28) is known color: Barberry. HEX triplet: C8, BD and 28. RGB value is (200,189,40). Sum of RGB (Red+Green+Blue) = 200+189+40=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD28 is #3742D7. Grayscale: #AFAFAF. Windows color (decimal): -3621592 or 2670024. OLE color: 2670024.

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

Color convert

RGB 200 189 40 -
CMYK 0 0.06 0.8 0.22
HSL 55.88º 0.67% 0.47% -
HSV(B) 55.88º 0.8% 0.78% -
XYZ 42.4 48.83 9.2 -
YUV 175.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 200 189 40 0 0.06 0.8 0.22 55.88 0.67 0.47
Hex C8 BD 28 0 6 50 16 38 43 2F
Octal 310 275 50 0 6 120 26 70 103 57
Binary 11001000 10111101 101000 0 110 1010000 10110 111000 1000011 101111

Color Harmonies of #C8BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD28

Black with #C8BD28

Text Example


Text Example

White with #C8BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD28; }

 p { color: rgb(200,189,40); }

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

background-color css

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

 a { background-color: rgb(200,189,40); }

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

border-color css

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

 span { border-color: rgb(200,189,40); }

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