Html Css Color HEX #BEC023 Rio Grande

📋 copy color: '#BEC023'

red 190 ◦ green 192 ◦ blue 35

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

Shades of Rio Grande #BEC023

Tints of Rio Grande #BEC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

 BLUE value IS 35 (14.06% from 255) = 8.39%

R = 45.56%
G = 46.04%
B = 8.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BEC023 (or 0xBEC023) is known color: Rio Grande. HEX triplet: BE, C0 and 23. RGB value is (190,192,35). Sum of RGB (Red+Green+Blue) = 190+192+35=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC023 is #413FDC. Grayscale: #AEAEAE. Windows color (decimal): -4276189 or 2343102. OLE color: 2343102.

HSL color Cylindrical-coordinate representation of color #BEC023: hue angle of 60.76º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEC023 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 35 -
CMYK 0.01 0 0.82 0.25
HSL 60.76º 0.69% 0.45% -
HSV(B) 60.76º 0.82% 0.75% -
XYZ 40.39 48.77 8.87 -
YUV 173.5 49.84 139.77 -
System Red Green Blue C M Y K H S L
Decimal 190 192 35 0.01 0 0.82 0.25 60.76 0.69 0.45
Hex BE C0 23 1 0 52 19 3D 45 2D
Octal 276 300 43 1 0 122 31 75 105 55
Binary 10111110 11000000 100011 1 0 1010010 11001 111101 1000101 101101

Color Harmonies of #BEC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC023

Black with #BEC023

Text Example


Text Example

White with #BEC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC023; }

 p { color: rgb(190,192,35); }

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

background-color css

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

 a { background-color: rgb(190,192,35); }

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

border-color css

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

 span { border-color: rgb(190,192,35); }

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