Html Css Color HEX #BECC19 Rio Grande

📋 copy color: '#BECC19'

red 190 ◦ green 204 ◦ blue 25

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

Shades of Rio Grande #BECC19

Tints of Rio Grande #BECC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.69%

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

R = 45.35%
G = 48.69%
B = 5.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#BECC19 (or 0xBECC19) is known color: Rio Grande. HEX triplet: BE, CC and 19. RGB value is (190,204,25). Sum of RGB (Red+Green+Blue) = 190+204+25=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC19 is #4133E6. Grayscale: #B4B4B4. Windows color (decimal): -4273127 or 1690814. OLE color: 1690814.

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

Color convert

RGB 190 204 25 -
CMYK 0.07 0 0.88 0.2
HSL 64.69º 0.78% 0.45% -
HSV(B) 64.69º 0.88% 0.8% -
XYZ 43 54.2 9.12 -
YUV 179.41 40.86 135.55 -
System Red Green Blue C M Y K H S L
Decimal 190 204 25 0.07 0 0.88 0.2 64.69 0.78 0.45
Hex BE CC 19 7 0 58 14 41 4E 2D
Octal 276 314 31 7 0 130 24 101 116 55
Binary 10111110 11001100 11001 111 0 1011000 10100 1000001 1001110 101101

Color Harmonies of #BECC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC19

Black with #BECC19

Text Example


Text Example

White with #BECC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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