Html Css Color HEX #BECE1C Rio Grande

📋 copy color: '#BECE1C'

red 190 ◦ green 206 ◦ blue 28

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

Shades of Rio Grande #BECE1C

Tints of Rio Grande #BECE1C

RGB

 RED value IS 190 (74.61% from 255) = 44.81%

 GREEN value IS 206 (80.86% from 255) = 48.58%

 BLUE value IS 28 (11.33% from 255) = 6.6%

R = 44.81%
G = 48.58%
B = 6.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#BECE1C (or 0xBECE1C) is known color: Rio Grande. HEX triplet: BE, CE and 1C. RGB value is (190,206,28). Sum of RGB (Red+Green+Blue) = 190+206+28=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE1C is #4131E3. Grayscale: #B5B5B5. Windows color (decimal): -4272612 or 1887934. OLE color: 1887934.

HSL color Cylindrical-coordinate representation of color #BECE1C: hue angle of 65.39º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BECE1C is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 28 -
CMYK 0.08 0 0.86 0.19
HSL 65.39º 0.76% 0.46% -
HSV(B) 65.39º 0.86% 0.81% -
XYZ 43.52 55.17 9.45 -
YUV 180.92 41.7 134.47 -
System Red Green Blue C M Y K H S L
Decimal 190 206 28 0.08 0 0.86 0.19 65.39 0.76 0.46
Hex BE CE 1C 8 0 56 13 41 4C 2E
Octal 276 316 34 10 0 126 23 101 114 56
Binary 10111110 11001110 11100 1000 0 1010110 10011 1000001 1001100 101110

Color Harmonies of #BECE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE1C

Black with #BECE1C

Text Example


Text Example

White with #BECE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE1C; }

 p { color: rgb(190,206,28); }

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

background-color css

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

 a { background-color: rgb(190,206,28); }

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

border-color css

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

 span { border-color: rgb(190,206,28); }

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