Html Css Color HEX #C8BE1E Bird Flower

📋 copy color: '#C8BE1E'

red 200 ◦ green 190 ◦ blue 30

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

Shades of Bird Flower #C8BE1E

Tints of Bird Flower #C8BE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.14%

R = 47.62%
G = 45.24%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8BE1E (or 0xC8BE1E) is known color: Bird Flower. HEX triplet: C8, BE and 1E. RGB value is (200,190,30). Sum of RGB (Red+Green+Blue) = 200+190+30=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE1E is #3741E1. Grayscale: #AFAFAF. Windows color (decimal): -3621346 or 2014920. OLE color: 2014920.

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

Color convert

RGB 200 190 30 -
CMYK 0 0.05 0.85 0.22
HSL 56.47º 0.74% 0.45% -
HSV(B) 56.47º 0.85% 0.78% -
XYZ 42.47 49.2 8.49 -
YUV 174.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 200 190 30 0 0.05 0.85 0.22 56.47 0.74 0.45
Hex C8 BE 1E 0 5 55 16 38 4A 2D
Octal 310 276 36 0 5 125 26 70 112 55
Binary 11001000 10111110 11110 0 101 1010101 10110 111000 1001010 101101

Color Harmonies of #C8BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE1E

Black with #C8BE1E

Text Example


Text Example

White with #C8BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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