Html Css Color HEX #C8BE16 Bird Flower

📋 copy color: '#C8BE16'

red 200 ◦ green 190 ◦ blue 22

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

Shades of Bird Flower #C8BE16

Tints of Bird Flower #C8BE16

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.12%

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

R = 48.54%
G = 46.12%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C8BE16 (or 0xC8BE16) is known color: Bird Flower. HEX triplet: C8, BE and 16. RGB value is (200,190,22). Sum of RGB (Red+Green+Blue) = 200+190+22=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE16 is #3741E9. Grayscale: #AEAEAE. Windows color (decimal): -3621354 or 1490632. OLE color: 1490632.

HSL color Cylindrical-coordinate representation of color #C8BE16: hue angle of 56.63º 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 #C8BE16 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 22 -
CMYK 0 0.05 0.89 0.22
HSL 56.63º 0.8% 0.44% -
HSV(B) 56.63º 0.89% 0.78% -
XYZ 42.38 49.16 8.02 -
YUV 173.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 200 190 22 0 0.05 0.89 0.22 56.63 0.8 0.44
Hex C8 BE 16 0 5 59 16 39 50 2C
Octal 310 276 26 0 5 131 26 71 120 54
Binary 11001000 10111110 10110 0 101 1011001 10110 111001 1010000 101100

Color Harmonies of #C8BE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE16

Black with #C8BE16

Text Example


Text Example

White with #C8BE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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