Html Css Color HEX #BECA1F Rio Grande

📋 copy color: '#BECA1F'

red 190 ◦ green 202 ◦ blue 31

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

Shades of Rio Grande #BECA1F

Tints of Rio Grande #BECA1F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.75%

 BLUE value IS 31 (12.5% from 255) = 7.33%

R = 44.92%
G = 47.75%
B = 7.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#BECA1F (or 0xBECA1F) is known color: Rio Grande. HEX triplet: BE, CA and 1F. RGB value is (190,202,31). Sum of RGB (Red+Green+Blue) = 190+202+31=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA1F is #4135E0. Grayscale: #B3B3B3. Windows color (decimal): -4273633 or 2083518. OLE color: 2083518.

HSL color Cylindrical-coordinate representation of color #BECA1F: hue angle of 64.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BECA1F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 31 -
CMYK 0.06 0 0.85 0.21
HSL 64.21º 0.73% 0.46% -
HSV(B) 64.21º 0.85% 0.79% -
XYZ 42.6 53.29 9.34 -
YUV 178.92 44.52 135.9 -
System Red Green Blue C M Y K H S L
Decimal 190 202 31 0.06 0 0.85 0.21 64.21 0.73 0.46
Hex BE CA 1F 6 0 55 15 40 49 2E
Octal 276 312 37 6 0 125 25 100 111 56
Binary 10111110 11001010 11111 110 0 1010101 10101 1000000 1001001 101110

Color Harmonies of #BECA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA1F

Black with #BECA1F

Text Example


Text Example

White with #BECA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA1F; }

 p { color: rgb(190,202,31); }

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

background-color css

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

 a { background-color: rgb(190,202,31); }

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

border-color css

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

 span { border-color: rgb(190,202,31); }

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