Html Css Color HEX #C8BC1D Bird Flower

📋 copy color: '#C8BC1D'

red 200 ◦ green 188 ◦ blue 29

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

Shades of Bird Flower #C8BC1D

Tints of Bird Flower #C8BC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.95%

R = 47.96%
G = 45.08%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8BC1D (or 0xC8BC1D) is known color: Bird Flower. HEX triplet: C8, BC and 1D. RGB value is (200,188,29). Sum of RGB (Red+Green+Blue) = 200+188+29=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC1D is #3743E2. Grayscale: #AEAEAE. Windows color (decimal): -3621859 or 1948872. OLE color: 1948872.

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

Color convert

RGB 200 188 29 -
CMYK 0 0.06 0.86 0.22
HSL 55.79º 0.75% 0.45% -
HSV(B) 55.79º 0.86% 0.78% -
XYZ 42.02 48.33 8.28 -
YUV 173.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 200 188 29 0 0.06 0.86 0.22 55.79 0.75 0.45
Hex C8 BC 1D 0 6 56 16 38 4B 2D
Octal 310 274 35 0 6 126 26 70 113 55
Binary 11001000 10111100 11101 0 110 1010110 10110 111000 1001011 101101

Color Harmonies of #C8BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC1D

Black with #C8BC1D

Text Example


Text Example

White with #C8BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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