Html Css Color HEX #C8BC16 Bird Flower

📋 copy color: '#C8BC16'

red 200 ◦ green 188 ◦ blue 22

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

Shades of Bird Flower #C8BC16

Tints of Bird Flower #C8BC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 48.78%
G = 45.85%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C8BC16 (or 0xC8BC16) is known color: Bird Flower. HEX triplet: C8, BC and 16. RGB value is (200,188,22). Sum of RGB (Red+Green+Blue) = 200+188+22=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BC16 is #3743E9. Grayscale: #ADADAD. Windows color (decimal): -3621866 or 1490120. OLE color: 1490120.

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

Color convert

RGB 200 188 22 -
CMYK 0 0.06 0.89 0.22
HSL 55.96º 0.8% 0.44% -
HSV(B) 55.96º 0.89% 0.78% -
XYZ 41.95 48.3 7.87 -
YUV 172.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 200 188 22 0 0.06 0.89 0.22 55.96 0.8 0.44
Hex C8 BC 16 0 6 59 16 38 50 2C
Octal 310 274 26 0 6 131 26 70 120 54
Binary 11001000 10111100 10110 0 110 1011001 10110 111000 1010000 101100

Color Harmonies of #C8BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC16

Black with #C8BC16

Text Example


Text Example

White with #C8BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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