Html Css Color HEX #C8BD19 Bird Flower

📋 copy color: '#C8BD19'

red 200 ◦ green 189 ◦ blue 25

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

Shades of Bird Flower #C8BD19

Tints of Bird Flower #C8BD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.04%

R = 48.31%
G = 45.65%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8BD19 (or 0xC8BD19) is known color: Bird Flower. HEX triplet: C8, BD and 19. RGB value is (200,189,25). Sum of RGB (Red+Green+Blue) = 200+189+25=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BD19 is #3742E6. Grayscale: #AEAEAE. Windows color (decimal): -3621607 or 1686984. OLE color: 1686984.

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

Color convert

RGB 200 189 25 -
CMYK 0 0.06 0.88 0.22
HSL 56.23º 0.78% 0.44% -
HSV(B) 56.23º 0.88% 0.78% -
XYZ 42.19 48.74 8.1 -
YUV 173.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 200 189 25 0 0.06 0.88 0.22 56.23 0.78 0.44
Hex C8 BD 19 0 6 58 16 38 4E 2C
Octal 310 275 31 0 6 130 26 70 116 54
Binary 11001000 10111101 11001 0 110 1011000 10110 111000 1001110 101100

Color Harmonies of #C8BD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD19

Black with #C8BD19

Text Example


Text Example

White with #C8BD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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