Html Css Color HEX #BECE1A Rio Grande

📋 copy color: '#BECE1A'

red 190 ◦ green 206 ◦ blue 26

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

Shades of Rio Grande #BECE1A

Tints of Rio Grande #BECE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.16%

R = 45.02%
G = 48.82%
B = 6.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#BECE1A (or 0xBECE1A) is known color: Rio Grande. HEX triplet: BE, CE and 1A. RGB value is (190,206,26). Sum of RGB (Red+Green+Blue) = 190+206+26=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE1A is #4131E5. Grayscale: #B5B5B5. Windows color (decimal): -4272614 or 1756862. OLE color: 1756862.

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

Color convert

RGB 190 206 26 -
CMYK 0.08 0 0.87 0.19
HSL 65.33º 0.78% 0.45% -
HSV(B) 65.33º 0.87% 0.81% -
XYZ 43.49 55.16 9.33 -
YUV 180.7 40.7 134.64 -
System Red Green Blue C M Y K H S L
Decimal 190 206 26 0.08 0 0.87 0.19 65.33 0.78 0.45
Hex BE CE 1A 8 0 57 13 41 4E 2D
Octal 276 316 32 10 0 127 23 101 116 55
Binary 10111110 11001110 11010 1000 0 1010111 10011 1000001 1001110 101101

Color Harmonies of #BECE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE1A

Black with #BECE1A

Text Example


Text Example

White with #BECE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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