Html Css Color HEX #BECE19 Rio Grande

📋 copy color: '#BECE19'

red 190 ◦ green 206 ◦ blue 25

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

Shades of Rio Grande #BECE19

Tints of Rio Grande #BECE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.94%

R = 45.13%
G = 48.93%
B = 5.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BECE19 (or 0xBECE19) is known color: Rio Grande. HEX triplet: BE, CE and 19. RGB value is (190,206,25). Sum of RGB (Red+Green+Blue) = 190+206+25=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE19 is #4131E6. Grayscale: #B5B5B5. Windows color (decimal): -4272615 or 1691326. OLE color: 1691326.

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

Color convert

RGB 190 206 25 -
CMYK 0.08 0 0.88 0.19
HSL 65.3º 0.78% 0.45% -
HSV(B) 65.3º 0.88% 0.81% -
XYZ 43.48 55.16 9.27 -
YUV 180.58 40.2 134.72 -
System Red Green Blue C M Y K H S L
Decimal 190 206 25 0.08 0 0.88 0.19 65.3 0.78 0.45
Hex BE CE 19 8 0 58 13 41 4E 2D
Octal 276 316 31 10 0 130 23 101 116 55
Binary 10111110 11001110 11001 1000 0 1011000 10011 1000001 1001110 101101

Color Harmonies of #BECE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE19

Black with #BECE19

Text Example


Text Example

White with #BECE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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