Html Css Color HEX #C2BE1E Bird Flower

📋 copy color: '#C2BE1E'

red 194 ◦ green 190 ◦ blue 30

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

Shades of Bird Flower #C2BE1E

Tints of Bird Flower #C2BE1E

RGB

 RED value IS 194 (76.17% from 255) = 46.86%

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

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

R = 46.86%
G = 45.89%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2BE1E (or 0xC2BE1E) is known color: Bird Flower. HEX triplet: C2, BE and 1E. RGB value is (194,190,30). Sum of RGB (Red+Green+Blue) = 194+190+30=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE1E is #3D41E1. Grayscale: #ADADAD. Windows color (decimal): -4014562 or 2014914. OLE color: 2014914.

HSL color Cylindrical-coordinate representation of color #C2BE1E: hue angle of 58.54º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2BE1E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 30 -
CMYK 0 0.02 0.85 0.24
HSL 58.54º 0.73% 0.44% -
HSV(B) 58.54º 0.85% 0.76% -
XYZ 40.9 48.39 8.41 -
YUV 172.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 194 190 30 0 0.02 0.85 0.24 58.54 0.73 0.44
Hex C2 BE 1E 0 2 55 18 3B 49 2C
Octal 302 276 36 0 2 125 30 73 111 54
Binary 11000010 10111110 11110 0 10 1010101 11000 111011 1001001 101100

Color Harmonies of #C2BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE1E

Black with #C2BE1E

Text Example


Text Example

White with #C2BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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