Html Css Color HEX #BECE1B Rio Grande

📋 copy color: '#BECE1B'

red 190 ◦ green 206 ◦ blue 27

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

Shades of Rio Grande #BECE1B

Tints of Rio Grande #BECE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.38%

R = 44.92%
G = 48.7%
B = 6.38%

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

#BECE1B (or 0xBECE1B) is known color: Rio Grande. HEX triplet: BE, CE and 1B. RGB value is (190,206,27). Sum of RGB (Red+Green+Blue) = 190+206+27=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE1B is #4131E4. Grayscale: #B5B5B5. Windows color (decimal): -4272613 or 1822398. OLE color: 1822398.

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

Color convert

RGB 190 206 27 -
CMYK 0.08 0 0.87 0.19
HSL 65.36º 0.77% 0.46% -
HSV(B) 65.36º 0.87% 0.81% -
XYZ 43.5 55.17 9.39 -
YUV 180.81 41.2 134.55 -
System Red Green Blue C M Y K H S L
Decimal 190 206 27 0.08 0 0.87 0.19 65.36 0.77 0.46
Hex BE CE 1B 8 0 57 13 41 4D 2E
Octal 276 316 33 10 0 127 23 101 115 56
Binary 10111110 11001110 11011 1000 0 1010111 10011 1000001 1001101 101110

Color Harmonies of #BECE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE1B

Black with #BECE1B

Text Example


Text Example

White with #BECE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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