Html Css Color HEX #C8BE1D Bird Flower

📋 copy color: '#C8BE1D'

red 200 ◦ green 190 ◦ blue 29

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

Shades of Bird Flower #C8BE1D

Tints of Bird Flower #C8BE1D

RGB

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

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

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

R = 47.73%
G = 45.35%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8BE1D (or 0xC8BE1D) is known color: Bird Flower. HEX triplet: C8, BE and 1D. RGB value is (200,190,29). Sum of RGB (Red+Green+Blue) = 200+190+29=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE1D is #3741E2. Grayscale: #AFAFAF. Windows color (decimal): -3621347 or 1949384. OLE color: 1949384.

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

Color convert

RGB 200 190 29 -
CMYK 0 0.05 0.86 0.22
HSL 56.49º 0.75% 0.45% -
HSV(B) 56.49º 0.86% 0.78% -
XYZ 42.45 49.19 8.42 -
YUV 174.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 200 190 29 0 0.05 0.86 0.22 56.49 0.75 0.45
Hex C8 BE 1D 0 5 56 16 38 4B 2D
Octal 310 276 35 0 5 126 26 70 113 55
Binary 11001000 10111110 11101 0 101 1010110 10110 111000 1001011 101101

Color Harmonies of #C8BE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE1D

Black with #C8BE1D

Text Example


Text Example

White with #C8BE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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