#C8BE0B

Color #C8BE0B Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C8BE0B

Tints of Bird Flower #C8BE0B

Color information

#C8BE0B (or 0xC8BE0B) is unknown color: approx Bird Flower. HEX triplet: C8, BE and 0B. RGB value is (200,190,11). Sum of RGB (Red+Green+Blue) = 200+190+11=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE0B is #3741F4. Grayscale: #ADADAD. Windows color (decimal): -3621365 or 769736. OLE color: 769736.

HSL color Cylindrical-coordinate representation of color #C8BE0B: hue angle of 56.83º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8BE0B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB20019011-
CMYK00.050.940.22
HSL56.83º89.57%41.37%-
HSV(B)56.83º94.5%78.43%-
XYZ42.2949.137.57-
YUV172.5836.81147.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 11 (4.69% from 255) = 2.74%
R=49.88%
G=47.38%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001901100.050.940.2256.8389.5741.37
HexC8BEB055E16395a29
Octal3102761305136267113251
Binary1100100010111110101101011011110101101110011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE0B; }

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

 H1.HeaderClassName
 {
   color: #C8BE0B;
 }
 .AnyTagClassName
 {
   color: #C8BE0B;
 }
</style>
background-color css

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

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

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

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

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

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